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 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testsuites/posca/testcase_cfg/posca_factor_ping.yaml (limited to 'testsuites/posca/testcase_cfg/posca_factor_ping.yaml') 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: -- cgit 1.2.3-korg