X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fdata%2Fxapps.json;fp=test%2Fdata%2Fxapps.json;h=49db5c5c56507265efd23eb8a2d95fa401aec11a;hb=92162653c9741f2417d1a36ec1c211d6863d0a68;hp=0000000000000000000000000000000000000000;hpb=419d851344e85fffeeb9a65726cd02e97dbfe7df;p=ric-plt%2Frtmgr.git diff --git a/test/data/xapps.json b/test/data/xapps.json new file mode 100644 index 0000000..49db5c5 --- /dev/null +++ b/test/data/xapps.json @@ -0,0 +1,45 @@ +{ + "id": 1, + "event": "whatever", + "data-version": 0, + "data": + "[{ + \"name\": \"xapp-01\", + \"status\": \"unknown\", + \"version\": \"1.2.3\", + \"instances\": [{ + \"name\": \"xapp-01-instance-01\", + \"status\": \"pending\", + \"ip\": \"10.244.0.51\", + \"port\": 4560, + \"txMessages\": [\"ControlIndication\", \"HandoverPreparation\"], + \"rxMessages\": [\"LoadIndication\", \"Reset\"] + },{ + \"name\": \"xapp-01-instance-02\", + \"status\": \"pending\", + \"ip\": \"10.244.0.52\", + \"port\": 4560, + \"txMessages\": [\"ControlIndication\", \"HandoverPreparation\"], + \"rxMessages\": [\"LoadIndication\", \"Reset\"] + }] + },{ + \"name\": \"xapp-02\", + \"status\": \"unknown\", + \"version\": \"1.2.3\", + \"instances\": [{ + \"name\": \"xapp-02-instance-01\", + \"status\": \"pending\", + \"ip\": \"10.244.0.53\", + \"port\": 4560, + \"txMessages\": [\"ControlIndication\", \"HandoverPreparation\"], + \"rxMessages\": [\"LoadIndication\", \"Reset\"] + },{ + \"name\": \"xapp-02-instance-01\", + \"status\": \"pending\", + \"ip\": \"10.244.0.54\", + \"port\": 4560, + \"txMessages\": [\"ControlIndication\", \"HandoverPreparation\"], + \"rxMessages\": [\"LoadIndication\", \"Reset\"] + }] + }]" +} \ No newline at end of file