diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-02-14 09:24:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 09:24:29 +0000 |
commit | f970237c4f23ce6dd0a7dfd6e7fb2406fd442127 (patch) | |
tree | 88bfc318469e80af2aabf1bfff6d2903b846ae3b /tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml | |
parent | 604905d36270e83a8ac2ffb80c2ca53830fca262 (diff) | |
parent | ad5e0d5adefd9698e31000855f34284aa56912f9 (diff) |
Merge "Update Openstack CLI Command for Scenario-based HA Testcases which have multiple commands: yardstick tc025, tc050 ,tc051, tc053, tc054"
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml index 0bbc5b8a6..78cc5cb27 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml @@ -14,16 +14,16 @@ scenarios: monitors: - monitor_type: "openstack-cmd" - command_name: "nova image-list" + command_name: "openstack image list" monitor_time: 10 - monitor_type: "openstack-cmd" - command_name: "neutron router-list" + command_name: "openstack router list" monitor_time: 10 - monitor_type: "openstack-cmd" - command_name: "heat stack-list" + command_name: "openstack stack list" monitor_time: 10 - monitor_type: "openstack-cmd" - command_name: "cinder list" + command_name: "openstack volume list" monitor_time: 10 nodes: @@ -41,4 +41,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 |