diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-02-14 09:23:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 09:23:33 +0000 |
commit | 604905d36270e83a8ac2ffb80c2ca53830fca262 (patch) | |
tree | 6e5d0f54230e9081dda076092184768459814b35 /tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml | |
parent | 61c9612197d9a204cc7efa0a324a2b136886506f (diff) | |
parent | 5e5962fe9b559e121c67640b52de9a961bad6e46 (diff) |
Merge "Update CLI Command in yardstick TC019, TC045~TC048"
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml index b49019633..5eb477943 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml @@ -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 |