From aa891169707adf65393eda8890d786e5b8b46f69 Mon Sep 17 00:00:00 2001 From: Luis Tomas Bolivar Date: Mon, 20 Aug 2018 14:46:57 +0200 Subject: [PATCH] Fix test namespace request to include schema test_namespace got broken after merging: https://review.openstack.org/#/c/590740/ This patch ensure the schema is provided Change-Id: Ie0390e1839a55b01ca231247d1f59cb1e39f30e0 --- kuryr_tempest_plugin/tests/scenario/test_namespace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr_tempest_plugin/tests/scenario/test_namespace.py b/kuryr_tempest_plugin/tests/scenario/test_namespace.py index d4533531..46e37dd3 100644 --- a/kuryr_tempest_plugin/tests/scenario/test_namespace.py +++ b/kuryr_tempest_plugin/tests/scenario/test_namespace.py @@ -81,7 +81,7 @@ class TestNamespaceScenario(base.BaseKuryrScenarioTest): self.wait_service_status(svc_service_ip, CONF.kuryr_kubernetes.lb_build_timeout) - requests.get(svc_service_ip) + requests.get("http://{dst_ip}".format(dst_ip=svc_service_ip)) # Check resources are deleted self._delete_namespace_resources(namespace_name, kuryr_net_crd,