X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest_xapps.py;fp=tests%2Ftest_xapps.py;h=c52f54fce35c8cc32caf10dd9292937aeaa31bf7;hb=0f8305b167601ce6ca87c55208038455a65eab62;hp=37aebd1183071ce5f422ef014472053cc09e51a0;hpb=5b582d6c144615002b5108f1d5cf94f1b70e6029;p=ric-plt%2Fxapp-frame-py.git diff --git a/tests/test_xapps.py b/tests/test_xapps.py index 37aebd1..c52f54f 100644 --- a/tests/test_xapps.py +++ b/tests/test_xapps.py @@ -33,7 +33,8 @@ def test_flow(): global rmr_xapp def post_init(self): - print("hey") + self.logger.info("suppp info") + self.logger.debug("suppp debug") def default_handler(self, summary, sbuf): nonlocal def_called