diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-11-09 06:33:21 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2018-11-09 06:43:48 +0000 |
commit | c88b12fb68b3b1d6b40dedf2947e61a3f9fd88c8 (patch) | |
tree | e93ebb36dadad29864b9d10b23fefcf9ee329796 /tests | |
parent | b66cff80900ad2b14c96dd7100104318f0754f05 (diff) |
Add test suite for scenario "opnfv_os-ovn-nofeature-ha"
JIRA: YARDSTICK-1517
Change-Id: I172c92cd6f892321687949647c33e47b9e9f9d74
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests')
-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 |