Update CLI Command in yardstick TC019, TC045~TC048 57/28057/2
authortjuyinkanglin <14_ykl@tongji.edu.cn>
Sun, 5 Feb 2017 07:32:59 +0000 (02:32 -0500)
committerKubi <jean.gaoliang@huawei.com>
Mon, 13 Feb 2017 09:59:56 +0000 (09:59 +0000)
JIRA: YARDSTICK-545

Change-Id: Ifd3348e029f0ddbfa0117b4eef4493d443a4de4d
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc045.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc046.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml

index b490196..5eb4779 100644 (file)
@@ -16,7 +16,7 @@ scenarios:
     wait_time: 10
     monitors:
     - monitor_type: "openstack-cmd"
-      command_name: "nova image-list"
+      command_name: "openstack image list"
       monitor_time: 10
       sla:
         max_outage_time: 5
@@ -42,4 +42,4 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: /root/yardstick/etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
index 1969945..c6dde5c 100644 (file)
@@ -15,7 +15,7 @@ scenarios:
 
     monitors:
     - monitor_type: "openstack-cmd"
-      command_name: "neutron agent-list"
+      command_name: "openstack router list"
       monitor_time: 10
       sla:
         max_outage_time: 5
index 1af5619..786a1f9 100644 (file)
@@ -15,7 +15,7 @@ scenarios:
 
     monitors:
     - monitor_type: "openstack-cmd"
-      command_name: "keystone user-list"
+      command_name: "openstack user list"
       monitor_time: 10
       sla:
         max_outage_time: 5
index 24c28f5..3f2e875 100644 (file)
@@ -15,7 +15,7 @@ scenarios:
 
     monitors:
     - monitor_type: "openstack-cmd"
-      command_name: "glance image-list"
+      command_name: "openstack image list"
       monitor_time: 10
       sla:
         max_outage_time: 5
index 190084d..32be5d9 100644 (file)
@@ -15,7 +15,7 @@ scenarios:
 
     monitors:
     - monitor_type: "openstack-cmd"
-      command_name: "cinder list"
+      command_name: "openstack volume list"
       monitor_time: 10
       sla:
         max_outage_time: 5