diff options
author | 2024-02-11 16:30:44 +0000 | |
---|---|---|
committer | 2024-03-08 12:42:50 +0000 | |
commit | 89185abd1eec0c1c21b4c3d56f0f6929b78d9277 (patch) | |
tree | 57c57160b62cf5fe87d1cd4f2f38fa0702a39afe /integration-test/src/test/resources/data/ncmp-registry/innerNode.json | |
parent | b35ac1b58882edfa60d67e7e32668261286a1992 (diff) |
Performance tests of alternate-id/module-set-tag lookup
- Add some tests of CPS get/query operations comparing
look up of cm-handle id vs alternate-id
- Add test of querying all CM handles by module-set-tag
- Test accuracy is improved by performing warmup operations
(reported results are faster with more warmup iterations)
Issue-ID: CPS-2087
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I4214e157ccf93f751c69b8a17d55f4185749ca90
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.json | 24 |
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 |