Disable scenario test for trunk subports connectivity on Queens

On Queens release by default iptables-hybrid firewall driver is used.
Using trunks with iptables-hybrid driver is not supported so we need
to skip test
neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity
on Queens jobs.

Change-Id: Id212c35b71ca9e9af1ea546483c14fd597d895a8
Related-Bug: #1838760
This commit is contained in:
Slawek Kaplonski 2019-09-23 09:28:29 +02:00 committed by Bernard Cafarelli
parent 2f467caa98
commit 62329269af
1 changed files with 3 additions and 0 deletions

View File

@ -745,6 +745,9 @@
override-checkout: stable/queens
vars:
branch_override: stable/queens
# TODO(slaweq): remove trunks subport_connectivity test from blacklist
# when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
tempest_black_regex: "(^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)"
devstack_localrc:
USE_PYTHON3: false
TEMPEST_PLUGINS: /opt/stack/neutron-tempest-plugin