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-06-21 04:22:27 +00:00
parent 83b154a283
commit 0c42d3fcba
1 changed files with 0 additions and 1 deletions

View File

@ -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):