X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fintegration%2Ftest_no_parameter.py;h=55c2c3a1fa0f56dff025700f3355513a63b538dc;hp=39c24438793089a19ef1650369cd07b22474c4a6;hb=c92163f142d07c6bb213354398d9befd70efaacd;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a diff --git a/tests/integration/test_no_parameter.py b/tests/integration/test_no_parameter.py index 39c2443..55c2c3a 100644 --- a/tests/integration/test_no_parameter.py +++ b/tests/integration/test_no_parameter.py @@ -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'