From 945b34b8d7765b381443ad648f10cdd5b5bf9ce1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 10 Dec 2015 15:32:51 +0100 Subject: Rename daily test suite files to match slave names on Jenkins Change-Id: Ic4ee5d21f09fd324583f8a2c55e99684fbddd70b Signed-off-by: Fatih Degirmenci --- tests/opnfv/test_suites/opnfv_ericsson-pod1_daily.yaml | 10 ++++++++++ tests/opnfv/test_suites/opnfv_ericsson_daily.yaml | 10 ---------- tests/opnfv/test_suites/opnfv_lf_daily.yaml | 10 ---------- tests/opnfv/test_suites/opnfv_opnfv-jump-2_daily.yaml | 10 ++++++++++ 4 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 tests/opnfv/test_suites/opnfv_ericsson-pod1_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_ericsson_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_lf_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_opnfv-jump-2_daily.yaml (limited to 'tests') diff --git a/tests/opnfv/test_suites/opnfv_ericsson-pod1_daily.yaml b/tests/opnfv/test_suites/opnfv_ericsson-pod1_daily.yaml new file mode 100644 index 000000000..80689beb1 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_ericsson-pod1_daily.yaml @@ -0,0 +1,10 @@ +--- +# LF POD 2 daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_ericsson_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml diff --git a/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml b/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml deleted file mode 100644 index 80689beb1..000000000 --- a/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# LF POD 2 daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_ericsson_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml diff --git a/tests/opnfv/test_suites/opnfv_lf_daily.yaml b/tests/opnfv/test_suites/opnfv_lf_daily.yaml deleted file mode 100644 index 022aeeceb..000000000 --- a/tests/opnfv/test_suites/opnfv_lf_daily.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# LF POD 2 daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_lf_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml diff --git a/tests/opnfv/test_suites/opnfv_opnfv-jump-2_daily.yaml b/tests/opnfv/test_suites/opnfv_opnfv-jump-2_daily.yaml new file mode 100644 index 000000000..022aeeceb --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_opnfv-jump-2_daily.yaml @@ -0,0 +1,10 @@ +--- +# LF POD 2 daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_lf_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml -- cgit 1.2.3-korg