From 0ea151b76aa7a5dee4739cdbb12759575aef4227 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Fri, 7 Sep 2018 03:34:09 +0000 Subject: Add k8s scenario test suite in Gambia JIRA: YARDSTICK-1410 Change-Id: I23b4c0bcfa9aa431e259930a41d4171ff5b4e8a1 Signed-off-by: rexlee8776 --- .../opnfv_k8-calico-nofeature-noha_daily.yaml | 18 ++++++++++++++++++ .../opnfv_k8-canal-nofeature-noha_daily.yaml | 18 ++++++++++++++++++ .../opnfv_k8-contiv-nofeature-noha_daily.yaml | 18 ++++++++++++++++++ .../opnfv_k8-flannel-nofeature-noha_daily.yaml | 18 ++++++++++++++++++ .../test_suites/opnfv_k8-nosdn-istio-noha_daily.yaml | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 tests/opnfv/test_suites/opnfv_k8-calico-nofeature-noha_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-canal-nofeature-noha_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-contiv-nofeature-noha_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-flannel-nofeature-noha_daily.yaml create mode 100644 tests/opnfv/test_suites/opnfv_k8-nosdn-istio-noha_daily.yaml (limited to 'tests') diff --git a/tests/opnfv/test_suites/opnfv_k8-calico-nofeature-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-calico-nofeature-noha_daily.yaml new file mode 100644 index 000000000..8e465af43 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-calico-nofeature-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 calico nofeature noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-calico-nofeature-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-canal-nofeature-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-canal-nofeature-noha_daily.yaml new file mode 100644 index 000000000..5df46f5a9 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-canal-nofeature-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 canal nofeature noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-canal-nofeature-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-contiv-nofeature-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-contiv-nofeature-noha_daily.yaml new file mode 100644 index 000000000..c38d8b0fa --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-contiv-nofeature-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 contiv nofeature noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-contiv-nofeature-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-flannel-nofeature-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-flannel-nofeature-noha_daily.yaml new file mode 100644 index 000000000..3de14e2a6 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-flannel-nofeature-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 flannel nofeature noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-flannel-nofeature-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-istio-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_k8-nosdn-istio-noha_daily.yaml new file mode 100644 index 000000000..0e5844cd3 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_k8-nosdn-istio-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 istio noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "k8-nosdn-istio-noha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc080.yaml -- cgit 1.2.3-korg