From 29e463d40cc96396e3a158f6adb1ebcfaf3d29ba Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 12 May 2016 10:21:35 +0200 Subject: Update test suite file used for orange-fr-pod2 Orange slaves connected to Jenkins have been renamed in an effort to unify naming of the slaves. This update reflects the same change to yardstick as well. Change-Id: I7b4b8ca1aa557a649b7a37d78e272045dff478e8 Signed-off-by: Fatih Degirmenci --- .../opnfv/test_suites/opnfv_orange-fr-pod2_daily.yaml | 18 ------------------ tests/opnfv/test_suites/opnfv_orange-pod2_daily.yaml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 tests/opnfv/test_suites/opnfv_orange-fr-pod2_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_orange-pod2_daily.yaml (limited to 'tests') diff --git a/tests/opnfv/test_suites/opnfv_orange-fr-pod2_daily.yaml b/tests/opnfv/test_suites/opnfv_orange-fr-pod2_daily.yaml deleted file mode 100644 index 0f84354d7..000000000 --- a/tests/opnfv/test_suites/opnfv_orange-fr-pod2_daily.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -# Orange POD2 daily task suite - -schema: "yardstick:suite:0.1" - -name: "orange-fr-pod2_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc001.yaml -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_orange-pod2_daily.yaml b/tests/opnfv/test_suites/opnfv_orange-pod2_daily.yaml new file mode 100644 index 000000000..90b52e20c --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_orange-pod2_daily.yaml @@ -0,0 +1,18 @@ +--- +# Orange POD2 daily task suite + +schema: "yardstick:suite:0.1" + +name: "orange-pod2_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc001.yaml +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc037.yaml -- cgit 1.2.3-korg