Merge "Fix TestNeutronv2.test_deallocate_for_instance_2* race failures"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user