From 185d7639da2afb8ea78771f78e7347cb7e03eea1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 17 May 2016 10:10:37 +0200 Subject: Update test suite files used for Huawei PODs/machines Change-Id: Ic52d1eec693ef9278d4a196962e8b3ede907dbeb Signed-off-by: Fatih Degirmenci --- .../opnfv/test_suites/opnfv_huawei-pod1_daily.yaml | 24 ++++++++++++++++++++ .../test_suites/opnfv_huawei-pod1_weekly.yaml | 26 ++++++++++++++++++++++ .../opnfv/test_suites/opnfv_huawei-pod3_daily.yaml | 22 ++++++++++++++++++ .../opnfv/test_suites/opnfv_huawei-pod4_daily.yaml | 22 ++++++++++++++++++ .../test_suites/opnfv_huawei-sh-pod6_daily.yaml | 22 ------------------ .../test_suites/opnfv_huawei-sh-test-2_daily.yaml | 22 ------------------ .../opnfv_huawei-us-deploy-bare-1_daily.yaml | 24 -------------------- .../opnfv_huawei-us-deploy-bare-1_weekly.yaml | 26 ---------------------- .../opnfv_huawei-us-deploy-vm-1_daily.yaml | 22 ------------------ .../opnfv_huawei-us-deploy-vm-2_daily.yaml | 22 ------------------ .../opnfv_huawei-us-deploy-vm-3_daily.yaml | 22 ------------------ .../opnfv_huawei-us-deploy-vm-4_daily.yaml | 22 ------------------ .../test_suites/opnfv_huawei-virtual1_daily.yaml | 22 ++++++++++++++++++ .../test_suites/opnfv_huawei-virtual2_daily.yaml | 22 ++++++++++++++++++ .../test_suites/opnfv_huawei-virtual3_daily.yaml | 22 ++++++++++++++++++ .../test_suites/opnfv_huawei-virtual4_daily.yaml | 22 ++++++++++++++++++ 16 files changed, 182 insertions(+), 182 deletions(-) create mode 100644 tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-pod3_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-pod4_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-sh-pod6_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-sh-test-2_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_weekly.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-1_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-3_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-4_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-virtual1_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-virtual2_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-virtual3_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_huawei-virtual4_daily.yaml (limited to 'tests/opnfv') diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml new file mode 100644 index 000000000..3a3bfccc0 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml @@ -0,0 +1,24 @@ +--- +# Huawei US bare daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc027.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml new file mode 100644 index 000000000..cda46969d --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml @@ -0,0 +1,26 @@ +--- +# Huawei US bare weekly task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_weekly" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc027.yaml +- + file_name: opnfv_yardstick_tc037.yaml +- + file_name: opnfv_yardstick_tc040.yaml \ No newline at end of file diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod3_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod3_daily.yaml new file mode 100644 index 000000000..5569a0912 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-pod3_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei Shanghai bare daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod4_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod4_daily.yaml new file mode 100644 index 000000000..486425f1b --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-pod4_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei Shanghai bare POD6 daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-sh-pod6_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-sh-pod6_daily.yaml deleted file mode 100644 index 486425f1b..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-sh-pod6_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei Shanghai bare POD6 daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-sh-test-2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-sh-test-2_daily.yaml deleted file mode 100644 index 5569a0912..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-sh-test-2_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei Shanghai bare daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml deleted file mode 100644 index 3a3bfccc0..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- -# Huawei US bare daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc027.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_weekly.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_weekly.yaml deleted file mode 100644 index cda46969d..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_weekly.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# Huawei US bare weekly task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_weekly" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc027.yaml -- - file_name: opnfv_yardstick_tc037.yaml -- - file_name: opnfv_yardstick_tc040.yaml \ No newline at end of file diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-1_daily.yaml deleted file mode 100644 index bb87fc363..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-1_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei US virtual daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml deleted file mode 100644 index bb87fc363..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei US virtual daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-3_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-3_daily.yaml deleted file mode 100644 index bb87fc363..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-3_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei US virtual daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-4_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-4_daily.yaml deleted file mode 100644 index bb87fc363..000000000 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-4_daily.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Huawei US virtual daily task suite - -schema: "yardstick:suite:0.1" - -name: "opnfv_huawei_daily" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-virtual1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-virtual1_daily.yaml new file mode 100644 index 000000000..bb87fc363 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-virtual1_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei US virtual daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-virtual2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-virtual2_daily.yaml new file mode 100644 index 000000000..bb87fc363 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-virtual2_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei US virtual daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-virtual3_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-virtual3_daily.yaml new file mode 100644 index 000000000..bb87fc363 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-virtual3_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei US virtual daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml diff --git a/tests/opnfv/test_suites/opnfv_huawei-virtual4_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-virtual4_daily.yaml new file mode 100644 index 000000000..bb87fc363 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-virtual4_daily.yaml @@ -0,0 +1,22 @@ +--- +# Huawei US virtual daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml -- cgit 1.2.3-korg