let addCleanup use the current client

Change-Id: I3c225897ff3f68c1f9fc7b8f82e897bac75d6e5c
This commit is contained in:
zhoubin50 2017-02-03 09:39:14 +08:00
parent 6eb4671d34
commit 8bf20b331c

View File

@ -707,7 +707,7 @@ class NetworkScenarioTest(ScenarioTest):
self.assertEqual(network['name'], name)
self.addCleanup(test_utils.call_and_ignore_notfound_exc,
self.networks_client.delete_network,
networks_client.delete_network,
network['id'])
return network
@ -860,7 +860,7 @@ class NetworkScenarioTest(ScenarioTest):
)
floating_ip = result['floatingip']
self.addCleanup(test_utils.call_and_ignore_notfound_exc,
self.floating_ips_client.delete_floatingip,
client.delete_floatingip,
floating_ip['id'])
return floating_ip