commit | c356fcad7f2260d891bd4952a0f67a0467ab7950 | [log] [tgz] |
---|---|---|
author | Ihar Hrachyshka <ihrachys@redhat.com> | Tue Dec 12 13:19:18 2017 -0800 |
committer | Ihar Hrachyshka <ihrachys@redhat.com> | Tue Dec 12 13:19:18 2017 -0800 |
tree | 86b86e66ac2a8a773b09b83ddc05074472edab85 | |
parent | 118b52fb000f735267a0955a6ace95b4da39d63c [diff] |
test_floating_ips_admin_actions: clean up floating ip Otherwise, if you execute the test over and over, all IP addresses are eventually depleted. Change-Id: I2a3fba5ef62a0d8ec2f2641a8fb9867f73fc5938
diff --git a/neutron_tempest_plugin/api/admin/test_floating_ips_admin_actions.py b/neutron_tempest_plugin/api/admin/test_floating_ips_admin_actions.py index 7601e7a..3607060 100644 --- a/neutron_tempest_plugin/api/admin/test_floating_ips_admin_actions.py +++ b/neutron_tempest_plugin/api/admin/test_floating_ips_admin_actions.py
@@ -47,6 +47,7 @@ body = self.client.create_floatingip( floating_network_id=self.ext_net_id) floating_ip = body['floatingip'] + self.addCleanup(self.client.delete_floatingip, floating_ip['id']) project_id = self.create_project()['id'] port = self.admin_client.create_port(network_id=self.network['id'],