Disable tempest test TestSecurityGroupsBasicOps.test_cross_tenant_traffic

Test is broken and makes tempest gate fail. To be fixed in bug 1740739.

Change-Id: I70104d61520ea275a217ccb6fc5adbdaab1e1b23
Related-Bug: #1740739
This commit is contained in:
Omer Anson 2018-02-05 14:20:37 +02:00
parent b310c3f402
commit 66a02d1462
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ r="$r|(?:tempest\.api\.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedule
# Current list of failing tests that need to be triaged, have bugs filed, and
# fixed as appropriate.
# (none)
# Disable cross tenant traffic + security groups - bug #1740739
r="$r|(?:tempest\.scenario\.test_security_groups_basic_ops\.TestSecurityGroupsBasicOps\.test_cross_tenant_traffic)"
# End list of exclusions.
r="$r)"