diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-02-17 07:31:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-17 07:31:38 +0000 |
commit | 882a8d361414a64263ca634c26a6898f7525dd24 (patch) | |
tree | 796e4b72016ebd714c93b6cb8f84b17156d9d10f /tests | |
parent | 64f56a7b28ad01097a411d916e640d25e7e65f4c (diff) | |
parent | e3471b5e58b6c52c36036d5fb3e388d1a30afd3a (diff) |
Merge " add scenario to solve apex ci fail"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-ha_daily.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-ha_daily.yaml new file mode 100644 index 000000000..3841da348 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_os-odl-bgpvpn-ha_daily.yaml @@ -0,0 +1,21 @@ +############################################################################## +# 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-ha daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-odl-bgpvpn-ha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml |