From 66a02d146218a0affca2dbf2d3da8f27f6000e2d Mon Sep 17 00:00:00 2001 From: Omer Anson Date: Mon, 5 Feb 2018 14:20:37 +0200 Subject: [PATCH] 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 --- devstack/tempest-filter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack/tempest-filter b/devstack/tempest-filter index 308aa5494..325eb8c4b 100644 --- a/devstack/tempest-filter +++ b/devstack/tempest-filter @@ -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)"