Merge "Fix TestNeutronv2.test_deallocate_for_instance_2* race failures"

This commit is contained in:
Jenkins
2016-05-10 14:32:47 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -1424,7 +1424,7 @@ class TestNeutronv2(TestNeutronv2Base):
for net, fip, port, request_id in requested_networks:
self.moxed_client.update_port(port)
for port in ports:
self.moxed_client.delete_port(port)
self.moxed_client.delete_port(port).InAnyOrder("delete_port_group")
self.mox.StubOutWithMock(api.db, 'instance_info_cache_update')
api.db.instance_info_cache_update(self.context,