Restore service tests

This commit restores services tests on Kuryr-Kubernetes after the issues
on the CI has been sorted out [1]

[1] https://bugs.launchpad.net/kuryr-kubernetes/+bug/1778048
    https://bugs.launchpad.net/kuryr-kubernetes/+bug/1778483
    https://bugs.launchpad.net/kuryr-kubernetes/+bug/1778516

Depends-On: https://review.openstack.org/#/c/578344/
Change-Id: I278f67dc74a0f513ea72ab6fabfbb91ccd02885a
This commit is contained in:
Daniel Mellado 2018-06-27 09:57:25 +02:00
parent 7c296759d9
commit 8c1be2a373
2 changed files with 1 additions and 4 deletions

View File

@ -40,6 +40,6 @@ namespace_enabled = cfg.BoolOpt("namespace_enabled",
"driver are enabled")
service_tests_enabled = cfg.BoolOpt("service_tests_enabled",
default=False,
default=True,
help="Whether or not service tests "
"will be running")

View File

@ -41,7 +41,6 @@ class TestServiceScenario(base.BaseKuryrScenarioTest):
super(TestServiceScenario, cls).resource_setup()
cls.create_setup_for_service_test()
@decorators.skip_because(bug="1778516")
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fdcfc1a1a9')
def test_service_curl(self):
cmd_output_list = list()
@ -57,7 +56,6 @@ class TestServiceScenario(base.BaseKuryrScenarioTest):
raise lib_exc.UnexpectedResponseCode()
self.assertNotEqual(cmp(cmd_output_list[0], cmd_output_list[1]), '0')
@decorators.skip_because(bug="1778516")
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fdcfa1a7a9')
def test_pod_service_curl(self):
cmd_output_list = list()
@ -89,7 +87,6 @@ class TestLoadBalancerServiceScenario(base.BaseKuryrScenarioTest):
super(TestLoadBalancerServiceScenario, cls).resource_setup()
cls.create_setup_for_service_test(spec_type="LoadBalancer")
@decorators.skip_because(bug="1778516")
@decorators.idempotent_id('bddf5441-1244-449d-a175-b5fdcfc2a1a9')
def test_lb_service_curl(self):
cmd_output_list = list()