diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-02-28 18:30:48 -0800 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-02-28 20:08:39 -0800 |
commit | fe8bd59413e3525849f9b75752d657a737b5a0ad (patch) | |
tree | f7d4893c3a840018a929b8be45234a56dd6db074 /tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml | |
parent | 53737485791aef59d6178170989b54fc7139437a (diff) |
scenario: add opnfv_os-odl-bgpvpn-noha_daily.yaml
adding missing scenario for Apex.
https://gerrit.opnfv.org/gerrit/#/c/50045/
JIRA: YARDSTICK-998
Change-Id: I211f567587a4864b403ce321fea007a3c0963136
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml new file mode 100644 index 000000000..e55b83301 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-noha_daily.yaml @@ -0,0 +1,23 @@ +############################################################################## +# Copyright (c) 2017 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 +############################################################################## + +--- +# os-odl-bgpvpn-noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-odl-bgpvpn-noha" +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_tc012.yaml |