remove skip for test_connectivity_between_vms_on_different_networks

test test_connectivity_between_vms_on_different_networks was skipped due
to bug https://bugs.launchpad.net/tempest/+bug/1610994 which seems no
longer valid. I run the test on a valid environment and its passing.

Change-Id: I8c607758cb98978c0cda92b2b14467a1a972d33b
This commit is contained in:
Noam Angel
2018-07-12 03:57:59 +00:00
parent 83b154a283
commit 0c42d3fcba
@@ -435,7 +435,6 @@ class TestNetworkBasicOps(manager.NetworkScenarioTest):
@testtools.skipIf(CONF.network.shared_physical_network,
'Connectivity can only be tested when in a '
'multitenant network environment')
@decorators.skip_because(bug="1610994")
@decorators.attr(type='slow')
@utils.services('compute', 'network')
def test_connectivity_between_vms_on_different_networks(self):