summaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/ncmp-registry/innerNode.json
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2024-03-14 15:17:57 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-14 15:17:57 +0000
commitd3e072ae96603d9ea73b4b8387b4b48827642c98 (patch)
treedb3d8537eb7b73ac717e026b2378b60a29f23b78 /integration-test/src/test/resources/data/ncmp-registry/innerNode.json
parent9221f900486de11b8779a93c1e7517640b8fb8e0 (diff)
parent89185abd1eec0c1c21b4c3d56f0f6929b78d9277 (diff)
Merge "Performance tests of alternate-id/module-set-tag lookup"
Diffstat (limited to 'integration-test/src/test/resources/data/ncmp-registry/innerNode.json')
-rw-r--r--integration-test/src/test/resources/data/ncmp-registry/innerNode.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/ncmp-registry/innerNode.json b/integration-test/src/test/resources/data/ncmp-registry/innerNode.json
new file mode 100644
index 0000000000..b6c65f3763
--- /dev/null
+++ b/integration-test/src/test/resources/data/ncmp-registry/innerNode.json
@@ -0,0 +1,24 @@
+{
+ "id": "cm-CMHANDLE_ID_HERE",
+ "alternate-id": "alt-CMHANDLE_ID_HERE",
+ "module-set-tag": "my-module-set-tag",
+ "dmi-service-name": "http://ncmp-dmi-plugin-stub:8080",
+ "dmi-data-service-name": "",
+ "dmi-model-service-name": "",
+ "additional-properties": [
+ {
+ "name": "neType",
+ "value": "RadioNode"
+ }
+ ],
+ "state": {
+ "cm-handle-state": "READY",
+ "last-update-time": "2023-03-01T19:18:33.571+0000",
+ "data-sync-enabled": false,
+ "datastores": {
+ "operational": {
+ "sync-state": "NONE_REQUESTED"
+ }
+ }
+ }
+} \ No newline at end of file