diff options
author | Ace Lee <liyin11@huawei.com> | 2017-08-01 10:48:21 +0000 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-08-02 00:56:44 +0000 |
commit | 904396874f08208bde66c953fcfe31906a6588d1 (patch) | |
tree | 68fda6c9f8e015b49a2438477d841b2919b6afab /testsuites/posca/testcase_cfg | |
parent | 0b47f013a0af6549cee590762bbd979729de0ead (diff) |
Bottlenecks testcase rebuild
JIRA: BOTTLENECK-175
After this patch,
Bottlenecks will try to find the stress of the openstack system.
we try to create 20 stacks one time.
And 20 stacks the other time.
we will try to find if openstack will pass threshhold twice.
This patch only affact latest version
Change-Id: I6146cf5c6fe0ac4968337cc36e07f715b64191d0
Signed-off-by: Ace Lee <liyin11@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_ping.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml index ed1e3475..25654357 100644 --- a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml @@ -16,8 +16,9 @@ load_manager: tool: ping test_times: 100 package_size: - num_stack: 5, 10, 20 - package_loss: 10% + num_stack: 20, 20 + threshhold: 20 + package_loss: 0% runners: stack_create: yardstick |