diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-25 17:05:27 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-25 17:10:39 +0200 |
commit | e73da78fda55045e5a0ca5aa92ae583481a1d90a (patch) | |
tree | eeea74b765398c4d6cbe913656b1acd1c3d95510 | |
parent | 0b94abfbb2173cf1a090e727a607045a33e75929 (diff) |
Turn off vPing_ssh for odl_l3 scenarios due to odl bug
https://bugs.opendaylight.org/show_bug.cgi?id=5586
JIRA: FUNCTEST-363
Change-Id: I4d195ae7ebbe10cfc4fe2947eecf5f0c051fd4e3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-rw-r--r-- | ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 11d4637fc..84dd8e483 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -36,7 +36,7 @@ tiers: over a private network. dependencies: installer: '' - scenario: '^((?!bgpvpn).)*$' + scenario: '^((?!bgpvpn|odl_l3).)*$' - name: vping_userdata |