aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/cinder
diff options
context:
space:
mode:
authorDelia Popescu <delia.popescu@enea.com>2018-06-29 13:59:25 +0300
committerDelia Popescu <delia.popescu@enea.com>2018-06-29 14:32:22 +0300
commit4548d69309437142fe33b14bb64f3b8bdbe92e76 (patch)
tree29b78944d0510e0f8c4708e8807f3698aae8051a /functest/opnfv_tests/openstack/cinder
parentc944ba0ae455c57e268f687128a9332ea3351e11 (diff)
Remove floating ip of second instance in cinder testcase
Change-Id: I30e30f1d35bb83984b63d7308331fc7bfee53955 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/cinder')
-rw-r--r--functest/opnfv_tests/openstack/cinder/cinder_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/cinder/cinder_test.py b/functest/opnfv_tests/openstack/cinder/cinder_test.py
index 7f9401c93..cc14752ea 100644
--- a/functest/opnfv_tests/openstack/cinder/cinder_test.py
+++ b/functest/opnfv_tests/openstack/cinder/cinder_test.py
@@ -109,6 +109,6 @@ class CinderCheck(singlevm.SingleVm2):
self.cloud.delete_server(
self.vm2, wait=True,
timeout=getattr(config.CONF, 'vping_vm_delete_timeout'))
- self.cloud.delete_floating_ip(self.fip.id)
+ self.cloud.delete_floating_ip(self.fip2.id)
self.cloud.delete_volume(self.volume.id)
super(CinderCheck, self).clean()