From 02a74c3d2ac3febff3b458bbfb6c16f71e0cb3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Mon, 23 Mar 2020 09:21:23 +0100 Subject: [PATCH] Enable back mac spoofing and disabled port security tests We can enable back the mac spoofing test because [1] has been merged [2]. Because of [1] we can now rollback [3] to make port security tests with disabled security works. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1805709 [2] https://patchwork.ozlabs.org/patch/1258152 [3] https://review.opendev.org/#/c/708852/ Change-Id: I008f3ce08346520b415f6db41419a69d472350a9 --- zuul.d/tempest-multinode.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/zuul.d/tempest-multinode.yaml b/zuul.d/tempest-multinode.yaml index 0c4dd9ef44d..44cb5aa3488 100644 --- a/zuul.d/tempest-multinode.yaml +++ b/zuul.d/tempest-multinode.yaml @@ -191,21 +191,12 @@ vars: tox_envlist: slow-serial tempest_test_regex: "" - # TODO(slaweq): remove test_port_security_macspoofing_port test from - # blacklist when bug https://bugs.launchpad.net/tempest/+bug/1728886 - # will be fixed # TODO(slaweq): remove tests from # tempest.scenario.test_network_v6.TestGettingAddress module from # blacklist when bug https://bugs.launchpad.net/neutron/+bug/1863577 will # be fixed - # TODO(slaweq): remove test test_port_security_disable_security_group - # from blacklist list when bug - # https://bugzilla.redhat.com/show_bug.cgi?id=1805709 - # will be fixed in OVN and we will use OVN with fix for this in our CI tempest_black_regex: "\ - (?:tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port)|\ - (^tempest.scenario.test_network_v6.TestGettingAddress)|\ - (^tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group)" + (^tempest.scenario.test_network_v6.TestGettingAddress)" - job: