diff options
Diffstat (limited to 'csit/wait_topic.sh')
-rwxr-xr-x | csit/wait_topic.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/wait_topic.sh b/csit/wait_topic.sh index a6d997d0..c72b728f 100755 --- a/csit/wait_topic.sh +++ b/csit/wait_topic.sh @@ -2,7 +2,7 @@ # # ===========LICENSE_START==================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2022 Nordix Foundation. +# Modifications Copyright (C) 2022-2023 Nordix Foundation. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ matched=no while [ ${matched} = "no" ] do - msg=`curl -s -k "http://${SIM_IP}:3904/events/${topic}/script/1?limit=1"` + msg=`curl -s -k "http://localhost:30227/events/${topic}/script/1?limit=1"` if [ $? -ne 0 -o "${msg}" = "[]" ] then echo not found >&2 |