diff options
author | HuanLi <lihuansse@tongji.edu.cn> | 2017-05-16 18:23:29 +0800 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-05-18 13:12:51 +0000 |
commit | ab7292a8e3060bf6feaa830b156089fa70854664 (patch) | |
tree | 3fa547fcad2699ff1f2613e72dc637fc62e13039 /tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml | |
parent | 5271e612d427b29c2da84f8417f4192427ae3977 (diff) |
increase monitor number in cases.
change cases to multi-monitor mode and improve monitor accuracy.
JIRA: YARDSTICK-397
Change-Id: I6840423dd83899b769df76fbee808f9bf5dc4cfd
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml index ec3d1c8d1..443395873 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml @@ -26,15 +26,19 @@ scenarios: - monitor_type: "openstack-cmd" command_name: "openstack image list" monitor_time: 10 + monitor_number: 3 - monitor_type: "openstack-cmd" command_name: "openstack router list" monitor_time: 10 + monitor_number: 3 - monitor_type: "openstack-cmd" command_name: "openstack stack list" monitor_time: 10 + monitor_number: 3 - monitor_type: "openstack-cmd" command_name: "openstack volume list" monitor_time: 10 + monitor_number: 3 nodes: node1: node1.LF |