diff options
author | Jing Lu <lvjing5@huawei.com> | 2018-11-30 01:42:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-30 01:42:00 +0000 |
commit | 8cfab92068853fa79a46c12b44624c6d788e1da8 (patch) | |
tree | 420a8f9bdf8dbc70be090f8c64335649dfa527ee /tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml | |
parent | 6f831e010a7aeca10550cca298ec40c396d14abe (diff) | |
parent | c88b12fb68b3b1d6b40dedf2947e61a3f9fd88c8 (diff) |
Merge "Add test suite for scenario "opnfv_os-ovn-nofeature-ha""
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_os-ovn-nofeature-ha_daily.yaml')
-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 |