diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-03-27 18:15:01 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-28 07:41:14 +0000 |
commit | b5383d11fa9e54b6ff01d9a08e5f5373af289db1 (patch) | |
tree | 13b273e87148107e12c8c0f18cf663ceb67b1c1e | |
parent | e7a442e4e0e02089bdbee48b8476a7c85ecb7a57 (diff) |
Remove vping_ssh from bgpvpn and gluon scenario
Cause of the bug:
https://bugs.opendaylight.org/show_bug.cgi?id=5586
Floating ip is not working at the moment for us.
We don't want to remove the vping_ssh test from
fuel. the scenarios are called different in fuel and
in apex. odl-bgpvpn in apex. odl_l2-bgpvpn in fuel.
Change-Id: Iaa2e6cea8a4fdb8635f018427aaf30634fd8d2d5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
(cherry picked from commit 5af67bcca589c275b73fe5e4bca9bea5871948aa)
-rwxr-xr-x | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 5f54b975d..9a62770e9 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -78,7 +78,7 @@ tiers: over a private network. dependencies: installer: '' - scenario: '^((?!odl_l3).)*$' + scenario: '^((?!odl_l3|odl-bgpvpn|gluon).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' |