[Bug 2113692]: Removing the ping to dhcp interface

0} vmware_nsx_tempest.tests.nsxv3.scenario.test_multiple_networks_ops.TestMultiNetworksOps.test_multi_networks_ops [172.501788s] ... ok

Change-Id: I8605bbfb7fc5125131c3626f41b223979d18d431
This commit is contained in:
Deepthi Kandavara Jayarama 2018-05-08 19:31:12 +00:00
parent 85023a85ac
commit 0855f51814

View File

@ -163,10 +163,10 @@ class TestMultiNetworksOps(manager.NetworkScenarioTest):
floating_ip, server = self.floating_ip_tuple
# test connectivity on the network
network_ips = (p['fixed_ips'][0]['ip_address'] for p in
self._list_ports(tenant_id=server['tenant_id'],
network_id=network['id'])
if (p['device_owner'].startswith('network') or
p['device_owner'].startswith('compute')))
self._list_ports(tenant_id=server['tenant_id'],
network_id=network['id'])
if (p['device_owner'].startswith('network:router_interface') or
p['device_owner'].startswith('compute')))
self._check_server_connectivity(floating_ip,
network_ips,
should_connect)