summaryrefslogtreecommitdiffstats
path: root/csit/tests/cps-data-operations
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-01-04 17:01:27 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-01-11 11:22:34 +0000
commit02d8bf8c8a3469f75ef841c9d8c72349c51f3330 (patch)
treec2334148ec039389f70eb626609a742356114a66 /csit/tests/cps-data-operations
parent8092359e5a03ebfd1fe5afaee3e6e64fdba082d3 (diff)
Improve dmi plugin csit stub
- Modified dmi plugin stub to return diff. modules based on cm handle id Issue-ID: CPS-2006 Change-Id: I61a0fd11b8f41ceb69dac296ad3570b91137cdcd Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'csit/tests/cps-data-operations')
-rw-r--r--csit/tests/cps-data-operations/cps-data-operations.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/tests/cps-data-operations/cps-data-operations.robot b/csit/tests/cps-data-operations/cps-data-operations.robot
index d0206d19b1..1f6611955e 100644
--- a/csit/tests/cps-data-operations/cps-data-operations.robot
+++ b/csit/tests/cps-data-operations/cps-data-operations.robot
@@ -1,6 +1,6 @@
/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2023 Nordix Foundation
+ * Copyright (C) 2023-2024 Nordix Foundation
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ ${topic} data-operation-client-topic
${ncmpBasePath} /ncmp
${expectedRequestId} ${EMPTY}
${dmipluginCsitStubUrl} http://${DMI_CSIT_STUB_HOST}:${DMI_CSIT_STUB_PORT}
-${newCmHandleRequestBody} {"dmiPlugin":"${dmipluginCsitStubUrl}","createdCmHandles":[{"cmHandle":"850117873c9a4936856a5081be96e6a8"}]}
+${newCmHandleRequestBody} {"dmiPlugin":"${dmipluginCsitStubUrl}","createdCmHandles":[{"cmHandle":"CMHandle1"}]}
*** Test Cases ***