Procházet zdrojové kódy

Make sure gateway is in scope

Nuwan Goonasekera před 8 roky
rodič
revize
75d0f8dbe7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      test/test_compute_service.py

+ 1 - 0
test/test_compute_service.py

@@ -313,6 +313,7 @@ class CloudComputeServiceTestCase(ProviderTestBase):
 
             # check floating ips
             router = self.provider.networking.routers.create(name, net)
+            gateway = None
 
             def cleanup_router():
                 with helpers.cleanup_action(lambda: router.delete()):