aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-02-24 16:59:27 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-02-24 17:00:15 +0100
commita401c76d7cd44220be2fd7280f6a8a40fb367ace (patch)
treef5601930dcf645cf4ddc2b59fcb9df2aa95687e9
parent3c69c3fbb56c9f244aafbdf20fe012a8008077ae (diff)
Blacklist NeutronNetworks.create_and_bind_ports if ovn
It only works for Linux Bridge and Open vSwitch. Change-Id: I1a437145eb8140642d3c8297c3f154113e74505f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8e297c49c481961959b29c2080cc059fcc84e9ee)
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.yaml b/functest/opnfv_tests/openstack/rally/blacklist.yaml
index bc41bb695..b9c30f8c3 100644
--- a/functest/opnfv_tests/openstack/rally/blacklist.yaml
+++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml
@@ -1,5 +1,10 @@
---
scenario:
+ -
+ scenarios:
+ - '^os-ovn-'
+ tests:
+ - 'NeutronNetworks.create_and_bind_ports'
functionality:
-