Merge "remove skip for test_connectivity_between_vms_on_different_networks"

This commit is contained in:
Zuul 2018-07-14 21:14:07 +00:00 committed by Gerrit Code Review
commit de5f0da10e
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):