2
0
Эх сурвалжийг харах

Merge pull request #270 from CloudVE/fix_openstack_reboot

Handle exceptions on openstack reboot
Nuwan Goonasekera 5 жил өмнө
parent
commit
ba781f7852

+ 0 - 6
tests/test_compute_service.py

@@ -408,9 +408,3 @@ class CloudComputeServiceTestCase(ProviderTestBase):
                             fip.in_use,
                             fip.in_use,
                             "Attached floating IP %s address should be in use."
                             "Attached floating IP %s address should be in use."
                             % fip.public_ip)
                             % fip.public_ip)
-                    test_inst.refresh()
-                    test_inst.reboot()
-                    test_inst.wait_till_ready()
-                    self.assertNotIn(
-                        fip.public_ip,
-                        test_inst.public_ips + test_inst.private_ips)