From 15c3931fd723f565e847033bc6c1df818a761b4a Mon Sep 17 00:00:00 2001 From: yuyang Date: Sat, 25 Mar 2017 16:40:19 +0800 Subject: Add task selection to test suite entrance file JIRA: BOTTLENECK-143 Add task selection to test suite entrance file Change-Id: Ia21b3121d104a457a66e2c77e3caf091e102f388 Signed-off-by: yuyang --- .../posca/testcase_cfg/posca_factor_ping.yaml | 31 ++++++++++++++++++++++ .../posca/testcase_cfg/posca_stress_ping.yaml | 31 ---------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 testsuites/posca/testcase_cfg/posca_factor_ping.yaml delete mode 100644 testsuites/posca/testcase_cfg/posca_stress_ping.yaml (limited to 'testsuites/posca/testcase_cfg') diff --git a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml new file mode 100644 index 00000000..7e6bf027 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml @@ -0,0 +1,31 @@ +############################################################################## +# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +# Sample stress task config file +# Three scenarios run in parallel pinging one target vm. +# Multiple context are used to specify the host and target VMs. + +load_manager: + scenarios: + tool: ping + test_times: 100 + package_size: + num_stack: 5, 10, 20 + package_loss: 10% + + contexts: + stack_create: yardstick + flavor: + yardstick_test_ip: + yardstick_test_dir: "samples" + yardstick_testcase: "ping_bottlenecks" + +dashboard: + dashboard: "y" + dashboard_ip: diff --git a/testsuites/posca/testcase_cfg/posca_stress_ping.yaml b/testsuites/posca/testcase_cfg/posca_stress_ping.yaml deleted file mode 100644 index 7e6bf027..00000000 --- a/testsuites/posca/testcase_cfg/posca_stress_ping.yaml +++ /dev/null @@ -1,31 +0,0 @@ -############################################################################## -# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -# Sample stress task config file -# Three scenarios run in parallel pinging one target vm. -# Multiple context are used to specify the host and target VMs. - -load_manager: - scenarios: - tool: ping - test_times: 100 - package_size: - num_stack: 5, 10, 20 - package_loss: 10% - - contexts: - stack_create: yardstick - flavor: - yardstick_test_ip: - yardstick_test_dir: "samples" - yardstick_testcase: "ping_bottlenecks" - -dashboard: - dashboard: "y" - dashboard_ip: -- cgit 1.2.3-korg