From: danielhanrahan Date: Mon, 24 Jul 2023 08:37:34 +0000 (+0100) Subject: Update dmi-stub details in test-deregistration script X-Git-Tag: 3.3.6~41 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2df3d2fbe91040eff47fd12165e30b03ace2d19e;p=cps.git 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 Change-Id: I3005087ace35aa131df720ed04c642d2d72f1255 --- 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 '-')