Skip service test

This commit makes service tests fail because an issue on kuryr
kubernetes when creating services using octavia without lbaasv2. [1]

This is a temporary measure to unlock the gates and will be reverted as
soon as the appropiate patches are merged [2]

[1] https://bugs.launchpad.net/kuryr-kubernetes/+bug/1763045
[2] https://review.openstack.org/#/c/560433/

Depends-On: https://review.openstack.org/#/c/560946/
Change-Id: Idf55152b5f8ccc2133e272cdf9b9efd5e5ae64c9
This commit is contained in:
Daniel Mellado 2018-04-13 09:22:18 +02:00
parent 30b44804c9
commit 2555caf480
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestServiceScenario(base.BaseKuryrScenarioTest):
if not CONF.network_feature_enabled.floating_ips:
raise cls.skipException("Floating ips are not available")
@decorators.skip_because(bug="1763045")
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fdcfc1a1a9')
def test_service_curl(self):
pod = None