From 474857874321fe72def534e6c63f25c0a1e63a66 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Mon, 11 Jan 2016 11:34:42 +0100 Subject: Add vTC daily+weekly test suites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id557b5ef4d686da041b8097e390c7e5b563a0c3c JIRA:- Signed-off-by: Jo¶rgen Karlsson (cherry picked from commit 2b0c67e7b5984e200b92c134510e7e112cf30a35) --- tests/opnfv/test_suites/opnfv_vTC_daily.yaml | 16 ++++++++++++++++ tests/opnfv/test_suites/opnfv_vTC_weekly.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 tests/opnfv/test_suites/opnfv_vTC_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_vTC_weekly.yaml (limited to 'tests') diff --git a/tests/opnfv/test_suites/opnfv_vTC_daily.yaml b/tests/opnfv/test_suites/opnfv_vTC_daily.yaml new file mode 100644 index 000000000..37738b423 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_vTC_daily.yaml @@ -0,0 +1,16 @@ +--- +# ERICSSON POD1 VTC daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_vTC_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc006.yaml +- + file_name: opnfv_yardstick_tc007.yaml +- + file_name: opnfv_yardstick_tc020.yaml +- + file_name: opnfv_yardstick_tc021.yaml diff --git a/tests/opnfv/test_suites/opnfv_vTC_weekly.yaml b/tests/opnfv/test_suites/opnfv_vTC_weekly.yaml new file mode 100644 index 000000000..216648d6f --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_vTC_weekly.yaml @@ -0,0 +1,16 @@ +--- +# ERICSSON POD1 VTC weekly task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_vTC_weekly" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc006.yaml +- + file_name: opnfv_yardstick_tc007.yaml +- + file_name: opnfv_yardstick_tc020.yaml +- + file_name: opnfv_yardstick_tc021.yaml -- cgit 1.2.3-korg