Sfoglia il codice sorgente

Remove redundant reboot in test code

Nuwan Goonasekera 5 anni fa
parent
commit
8499c2f724
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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)