Mark test_namespace_sg_isolation as unstable

We have issues with this test, most likely due to Neutron bug [1]. This
commit marks it as unstable, so it gets skipped on failure.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1688323

Change-Id: I8a1bfab6e4b6c0e08d8cd2b7e8c6a5efdd87bbd3
This commit is contained in:
Michał Dulko 2019-11-22 14:10:35 +01:00
parent 1a7a438a4d
commit 8d66ca382a
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class TestNamespaceScenario(base.BaseKuryrScenarioTest):
namespace_name=namespace)
return pod_name, svc_ip
@decorators.unstable_test(bug='1853603')
@decorators.idempotent_id('b43f5421-1244-449d-a125-b5fddfb1a2a9')
def test_namespace_sg_svc_isolation(self):
if not CONF.kuryr_kubernetes.namespace_enabled: