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
This commit is contained in:
Maciej Józefczyk 2020-03-23 09:21:23 +01:00
parent da63adc96b
commit 02a74c3d2a
1 changed files with 1 additions and 10 deletions

View File

@ -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: