diff options
author | rexlee8776 <limingjiang@huawei.com> | 2017-02-16 11:13:02 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2017-02-17 02:39:40 +0000 |
commit | e3471b5e58b6c52c36036d5fb3e388d1a30afd3a (patch) | |
tree | a4aea1f7b7452bf305f8d1d6ac041f775703b089 | |
parent | e610b655fa141e5ee5382f24a532283dbbace89e (diff) |
add scenario to solve apex ci fail
due to https://gerrit.opnfv.org/gerrit/#/c/27605/
os-odl_l2-bgpvpn-ha in apex has already been renamed to
be os-odl-bgpvpn-ha, so add a new one.
Change-Id: I167bf295b67b2dddbd3da2aa5a2dca666b3fa152
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
-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 |