aboutsummaryrefslogtreecommitdiffstats
path: root/test-tools
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2023-07-24 09:37:34 +0100
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2023-07-25 09:01:23 +0000
commit2df3d2fbe91040eff47fd12165e30b03ace2d19e (patch)
treeb0c4fff3ce47d9d67ee333244f9e90e6307f649f /test-tools
parent7fcffe5ae6753bfb6746d18d41ec536092603a76 (diff)
Update dmi-stub details in test-deregistration script
dmi-plugin-stub was renamed to dmi-plugin-demo-and-csit-stub, and port changed to 8092. Issue-ID: CPS-1560 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I3005087ace35aa131df720ed04c642d2d72f1255
Diffstat (limited to 'test-tools')
-rwxr-xr-xtest-tools/test-deregistration.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-tools/test-deregistration.sh b/test-tools/test-deregistration.sh
index 6608b02bc..571644d7d 100755
--- a/test-tools/test-deregistration.sh
+++ b/test-tools/test-deregistration.sh
@@ -77,8 +77,8 @@ remove_handles_and_record_time() {
create_request_bodies() {
local CREATE_SIZE=$1
local REMOVE_SIZE=$2
- echo -n '{"dmiPlugin": "http://ncmp-dmi-plugin-stub:8080","createdCmHandles":[' > $CREATE_REQUEST
- echo -n '{"dmiPlugin": "http://ncmp-dmi-plugin-stub:8080","removedCmHandles":[' > $REMOVE_REQUEST
+ echo -n '{"dmiPlugin": "http://ncmp-dmi-plugin-demo-and-csit-stub:8092","createdCmHandles":[' > $CREATE_REQUEST
+ echo -n '{"dmiPlugin": "http://ncmp-dmi-plugin-demo-and-csit-stub:8092","removedCmHandles":[' > $REMOVE_REQUEST
for i in $(seq 1 "$CREATE_SIZE"); do
local CMHANDLE
CMHANDLE=$(uuidgen | tr -d '-')