Ver Fonte

Merge pull request #270 from CloudVE/fix_openstack_reboot

Handle exceptions on openstack reboot
Nuwan Goonasekera há 5 anos atrás
pai
commit
ba781f7852
1 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 6
      tests/test_compute_service.py

+ 0 - 6
tests/test_compute_service.py

@@ -408,9 +408,3 @@ class CloudComputeServiceTestCase(ProviderTestBase):
                             fip.in_use,
                             "Attached floating IP %s address should be in use."
                             % 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)