diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-07-24 09:37:34 +0100 |
---|---|---|
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2023-07-25 09:01:23 +0000 |
commit | 2df3d2fbe91040eff47fd12165e30b03ace2d19e (patch) | |
tree | b0c4fff3ce47d9d67ee333244f9e90e6307f649f | |
parent | 7fcffe5ae6753bfb6746d18d41ec536092603a76 (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
-rwxr-xr-x | test-tools/test-deregistration.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-tools/test-deregistration.sh b/test-tools/test-deregistration.sh index 6608b02bce..571644d7d5 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 '-') |