diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-02-16 02:40:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-16 02:40:17 +0000 |
commit | 2c07b32c372594e5d0a936e76baca80ff87993c7 (patch) | |
tree | bfd9bf34a8747e2594545e7c5cd48a442669d3b4 /tests/opnfv | |
parent | 0c5e1909e7752422a3964d3ce47559dea60fe61c (diff) | |
parent | aae626530de3ec4eab4053665c332b4d0815d998 (diff) |
Merge "Update Openstack CLI Command in yardstick ha test framework configuration files and TC052"
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml index 67619d3d0..4d3ae93f5 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml @@ -20,7 +20,7 @@ scenarios: - monitor_type: "openstack-cmd" key: "nova-flavor-list" - command_name: "nova flavor-list" + command_name: "openstack flavor list" monitor_time: 10 sla: max_outage_time: 5 |