Răsfoiți Sursa

Remove redundant reboot in test code

Nuwan Goonasekera 5 ani în urmă
părinte
comite
8499c2f724
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  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)