diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-12-07 15:11:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-07 15:11:57 +0000 |
commit | 769dcfc934c832fe19f403404943417417ba1c80 (patch) | |
tree | 860d47e2205a2ef70dcc329402721493596ffe05 /tests/opnfv | |
parent | 5d9fe0988ad52f794ba2ce143351dde482c9bf3e (diff) | |
parent | c2b2d861c85287bc34a99634062c7bc05402ad71 (diff) |
Merge "Add test suite for scenario "opnfv_os-ovn-nofeature-ha"" into stable/gambia
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml new file mode 100644 index 000000000..d0677280c --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml @@ -0,0 +1,38 @@ +############################################################################## +# 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 +############################################################################## +--- +# opnfv os-ovn-nofeature-ha daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-ovn-nofeature-ha" +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 +- + file_name: opnfv_yardstick_tc069.yaml +- + file_name: opnfv_yardstick_tc070.yaml +- + file_name: opnfv_yardstick_tc071.yaml +- + file_name: opnfv_yardstick_tc072.yaml |