From 57011bd0769f54a98b90d489df0f38751ca76c0e Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Thu, 29 Dec 2016 11:45:12 +0000 Subject: Split Yardstick CLI with Yardstick core logic JIRA: YARDSTICK-511 We need to unify yardstick entry. Now the solution is using CLI call API as nova do. This is the first step: coupling the yardstick core logic from CLI. Moving the core logic to yardstick/benchmark/core and the CLI using a object to call yardstick core logic. Change-Id: I84f10d2134635880c281cc63212a8533f2dd7d4e Signed-off-by: chenjiankun --- .../core/no_constraint_no_args_scenario_sample.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml (limited to 'tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml') diff --git a/tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml b/tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml new file mode 100644 index 000000000..4933b93ae --- /dev/null +++ b/tests/unit/benchmark/core/no_constraint_no_args_scenario_sample.yaml @@ -0,0 +1,13 @@ +--- +# Huawei US bare daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-nosdn-nofeature-ha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc037.yaml +- + file_name: opnfv_yardstick_tc043.yaml + -- cgit 1.2.3-korg