From a6c573a9d03faff687d9dc0ab2bd4e5f0722b40f Mon Sep 17 00:00:00 2001 From: Puneet Arora Date: Fri, 11 May 2018 17:18:15 +0000 Subject: [PATCH] [Tempest]: Change done in MDproxy testcase Earlier we were fetching first element of port and check mdproxy irrespective of mdproxy exists on port or not. Now it has changed. Change-Id: I1dce88a83d148b01132c08578f0802d07c983bf6 --- vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py b/vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py index 1d77255..18df415 100644 --- a/vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py +++ b/vmware_nsx_tempest/tests/nsxv3/scenario/test_mdproxy.py @@ -163,7 +163,7 @@ class TestMDProxy(feature_manager.FeatureManager): "server_mdproxy_1", [network_mdproxy_1]) network_mdproxy_2 = self.create_topology_network("network_mdproxy_2") self.create_topology_subnet("subnet_web_2", network_mdproxy_2, - router_id=router_mdproxy["id"]) + router_id=router_mdproxy["id"]) self.create_topology_instance("server_mdproxy_2", [network_mdproxy_2]) def metadata_test_on_various_glance_image(self, image_id):