diff options
author | 2024-07-19 16:55:06 +0100 | |
---|---|---|
committer | 2024-08-12 13:41:31 +0000 | |
commit | 285595282371807532862fa0293f6d5e3b5d3517 (patch) | |
tree | 1b3548153a3ec6c1be76241eb5107f4ea85390fa /k6-tests/ncmp/common/cmhandle-crud.js | |
parent | d3c1e7246ab4f41cf3dad97e559ca2736b0014cf (diff) |
K6 performance test for Alternate Id Read
Issue-Id: CPS-2279
Change-Id: Iade53a85afb183c0df259c5e7fc12fa0f6986218
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Diffstat (limited to 'k6-tests/ncmp/common/cmhandle-crud.js')
-rw-r--r-- | k6-tests/ncmp/common/cmhandle-crud.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k6-tests/ncmp/common/cmhandle-crud.js b/k6-tests/ncmp/common/cmhandle-crud.js index 6d5aff7fca..6eb1923d39 100644 --- a/k6-tests/ncmp/common/cmhandle-crud.js +++ b/k6-tests/ncmp/common/cmhandle-crud.js @@ -46,6 +46,7 @@ function createCmHandles(cmHandleIds) { "dmiPlugin": DMI_PLUGIN_URL, "createdCmHandles": cmHandleIds.map(cmHandleId => ({ "cmHandle": cmHandleId, + "alternateId": `alt-${cmHandleId}`, "cmHandleProperties": {"neType": "RadioNode"}, "publicCmHandleProperties": { "Color": "yellow", |