X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fdata%2Fxapps.json;fp=test%2Fdata%2Fxapps.json;h=0000000000000000000000000000000000000000;hb=eb2ff0d217caf158dd15424bf70f8aa79c3742b1;hp=49db5c5c56507265efd23eb8a2d95fa401aec11a;hpb=edd45717efffb32e407206a647f38579757f4908;p=ric-plt%2Frtmgr.git diff --git a/test/data/xapps.json b/test/data/xapps.json deleted file mode 100644 index 49db5c5..0000000 --- a/test/data/xapps.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "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