From 2d69cef8d4a672ca2595acd5bbbf6267bd6f352b Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Thu, 22 Mar 2018 12:15:43 +0000 Subject: Add k8-nosdn-stor4nfv-ha/noha scenario JIRA: YARDSTICK-1090 We have k8-nosdn-stor4nfv-ha/noha scenario in compass, so we need to add this files to trigger it. Change-Id: I79709c53b8542434f7324ad907fa95b4855839d3 Signed-off-by: chenjiankun --- .../opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha.yaml | 18 ------------------ .../test_suites/opnfv_k8-nosdn-stor4nfv-ha_daily.yaml | 18 ++++++++++++++++++ .../test_suites/opnfv_k8-nosdn-stor4nfv-noha.yaml | 18 ------------------ .../opnfv_k8-nosdn-stor4nfv-noha_daily.yaml | 18 ++++++++++++++++++ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha_daily.yaml delete mode 100644 tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha_daily.yaml diff --git a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha.yaml b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha.yaml deleted file mode 100644 index cb2b1311d..000000000 --- a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha.yaml +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################## -# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -# k8 nosdn stor4nfv ha daily task suite - -schema: "yardstick:suite:0.1" - -name: "k8-nosdn-stor4nfv-ha" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc080.yaml diff --git a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha_daily.yaml new file mode 100644 index 000000000..cb2b1311d --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-ha_daily.yaml @@ -0,0 +1,18 @@ +############################################################################## +# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +# k8 nosdn stor4nfv ha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-nosdn-stor4nfv-ha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc080.yaml diff --git a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha.yaml b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha.yaml deleted file mode 100644 index 961b8da89..000000000 --- a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha.yaml +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################## -# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -# k8 nosdn stor4nfv noha daily task suite - -schema: "yardstick:suite:0.1" - -name: "k8-nosdn-stor4nfv-noha" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc080.yaml diff --git a/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha_daily.yaml new file mode 100644 index 000000000..961b8da89 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-nosdn-stor4nfv-noha_daily.yaml @@ -0,0 +1,18 @@ +############################################################################## +# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +# k8 nosdn stor4nfv noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-nosdn-stor4nfv-noha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc080.yaml -- cgit 1.2.3-korg