Revert change 8b1bcf0
[osm/N2VC.git] / tests / integration / test_no_parameter.py
index 39c2443..55c2c3a 100644 (file)
@@ -133,10 +133,8 @@ class TestCharm(base.TestN2VC):
                     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)
-            logging.debug("test_charm_native stopped")
-            await self.n2vc.logout()
 
         return 'ok'