X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FnoMeasurements_xApp_config_test_output.json;fp=test%2FnoMeasurements_xApp_config_test_output.json;h=fa142c3dc6e95d020fb2c7776139e02765951444;hb=5a801c62183640699f06f2885e81b10eca187e51;hp=0000000000000000000000000000000000000000;hpb=81b41009137b3c248ce4141ae436a50750389713;p=ric-plt%2Fvespamgr.git diff --git a/test/noMeasurements_xApp_config_test_output.json b/test/noMeasurements_xApp_config_test_output.json new file mode 100755 index 0000000..fa142c3 --- /dev/null +++ b/test/noMeasurements_xApp_config_test_output.json @@ -0,0 +1,78 @@ +[ + { + "metadata": { }, + "descriptor": { }, + "config": { + "local": { + "host": ":8080" + }, + "logger": { + "level": 5 + }, + "measurements_1": [ + { + "moId": "SEP-12/XAPP-1", + "measType": "X2", + "measId": "9001", + "measInterval": "60", + "metrics": [ + { + "name": "App1ExampleCounterOne", + "objectName": "App1ExampleCounterOneObject", + "objectInstance": "App1ExampleCounterOneObjectInstance", + "counterId": "0011", + "type": "counter", + "description": "Example counter 1" + }, + { + "name": "App1ExampleCounterTwo", + "objectName": "App1ExampleCounterTwoObject", + "objectInstance": "App1ExampleCounterTwoObjectInstance", + "counterId": "0012", + "type": "counter", + "description": "Example counter 2" + } + ] + } + ] + } + }, + { + "metadata": {}, + "descriptor": {}, + "config": { + "local": { + "host": ":8080" + }, + "logger": { + "level": 3 + }, + "measurements": [ + { + "moId": "SEP-12/XAPP-2", + "measType": "X2", + "measId": "9002", + "measInterval": "60", + "metrics": [ + { + "name": "App2ExampleCounterOne", + "objectName": "App2ExampleCounterOneObject", + "objectInstance": "App2ExampleCounterOneObjectInstance", + "counterId": "0021", + "type": "counter", + "description": "Example counter 1" + }, + { + "name": "App2ExampleCounterTwo", + "objectName": "App2ExampleCounterTwoObject", + "objectInstance": "App2ExampleCounterTwoObjectInstance", + "counterId": "0022", + "type": "counter", + "description": "Example counter 2" + } + ] + } + ] + } + } +]