X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FxApp_config_test_output.json;h=204398b5283885cb6ef5fa679c6f130fd609e991;hb=67a790ae605dff2be3ff9218df9cc359e6bd0af4;hp=fccda3f75ca4fc1709babba7292a3a7992ab1ade;hpb=412df96a23a30a82d2a031556888aeaf9604ada8;p=ric-plt%2Fvespamgr.git diff --git a/test/xApp_config_test_output.json b/test/xApp_config_test_output.json old mode 100644 new mode 100755 index fccda3f..204398b --- a/test/xApp_config_test_output.json +++ b/test/xApp_config_test_output.json @@ -124,22 +124,30 @@ "logger": { "level": 5 }, - "metrics": [ + "measurements": [ { - "description": "Example counter 1", - "enabled": true, - "name": "App1ExampleCounterOne", - "type": "counter", - "objectName": "App1ExampleCounterOneObject", - "objectInstance": "App1ExampleCounterOneObjectInstance" - }, - { - "description": "Example counter 2", - "enabled": true, - "name": "App1ExampleCounterTwo", - "type": "counter", - "objectName": "App1ExampleCounterTwoObject", - "objectInstance": "App1ExampleCounterTwoObjectInstance" + "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" + } + ] } ] } @@ -269,22 +277,30 @@ "logger": { "level": 3 }, - "metrics": [ + "measurements": [ { - "description": "Example counter", - "enabled": true, - "name": "App2ExampleCounterOne", - "type": "counter", - "objectName": "App2ExampleCounterOneObject", - "objectInstance": "App2ExampleCounterOneObjectInstance" - }, - { - "description": "Another example counter", - "enabled": true, - "name": "App2ExampleCounterTwo", - "type": "counter", - "objectName": "App2ExampleCounterTwoObject", - "objectInstance": "App2ExampleCounterTwoObjectInstance" + "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" + } + ] } ] }