From 62329269af17ad188e7b53c85ee99225ee647982 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 23 Sep 2019 09:28:29 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 011bfe5d..d6676d1b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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