Complete Feature 6297
[osm/N2VC.git] / tests / integration / test_charm_proxy.py
index c1661ac..a05df5f 100644 (file)
@@ -134,9 +134,9 @@ class TestCharm(base.TestN2VC):
                     event_loop,
                 )
 
                     event_loop,
                 )
 
-            while self.running():
-                logging.debug("Waiting for test to finish...")
+            while await self.running():
+                print("Waiting for test to finish...")
                 await asyncio.sleep(15)
                 await asyncio.sleep(15)
-            logging.debug("test_charm_native stopped")
+            logging.debug("test_charm_proxy stopped")
 
         return 'ok'
 
         return 'ok'