X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=pkg%2Fxapp%2Fxapp_test.go;h=04bbbb872d833141ba58ad798be6ff81e9ba59c2;hb=refs%2Fchanges%2F54%2F5154%2F2;hp=43614918c6406ee4f556bcccb38dd7b146205ac7;hpb=ed11919144ea45905aef41a5062144013d0db9c0;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/xapp_test.go b/pkg/xapp/xapp_test.go index 4361491..04bbbb8 100755 --- a/pkg/xapp/xapp_test.go +++ b/pkg/xapp/xapp_test.go @@ -340,6 +340,7 @@ func TestConfigAccess(t *testing.T) { Config.Get("controls") Config.GetStringSlice("messaging.ports") Config.GetStringMap("messaging.ports") + Config.IsSet("messaging") } func TestPublishConfigChange(t *testing.T) { @@ -412,6 +413,7 @@ func TestRnibInterfaces(t *testing.T) { func TestLogger(t *testing.T) { Logger.Error("CASE: TestNewSubscriber") Logger.Warn("CASE: TestNewSubscriber") + Logger.GetLevel() } func TestConfigHandler(t *testing.T) {