X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fintegration%2Ftest_charm_proxy.py;h=a05df5f9aa30bf40643c891493b1e447f819c63a;hp=c1661ac1d2f8ef32a1c78cede406fae9050f1fb3;hb=fc511ed0e2f3bbbdc0ccaa6b0d6ae7cc57b029f9;hpb=13950825f557fdc7f8e0859c1d10b63c5e57cfea diff --git a/tests/integration/test_charm_proxy.py b/tests/integration/test_charm_proxy.py index c1661ac..a05df5f 100644 --- a/tests/integration/test_charm_proxy.py +++ b/tests/integration/test_charm_proxy.py @@ -134,9 +134,9 @@ 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") + logging.debug("test_charm_proxy stopped") return 'ok'