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
This commit is contained in:
Luis Tomas Bolivar 2018-08-20 14:46:57 +02:00
parent f510c8411d
commit aa89116970
1 changed files with 1 additions and 1 deletions

View File

@ -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,