summaryrefslogtreecommitdiffstats
path: root/docker/test/show_interfaces_state.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/test/show_interfaces_state.sh')
-rwxr-xr-xdocker/test/show_interfaces_state.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/test/show_interfaces_state.sh b/docker/test/show_interfaces_state.sh
index dc868dbea..06d972e79 100755
--- a/docker/test/show_interfaces_state.sh
+++ b/docker/test/show_interfaces_state.sh
@@ -2,7 +2,7 @@
# Obtain IP of the container
# $1 - container name
-ip=$($(dirname $0)/docker_ip.sh $1)
+ip=$(/hc2vpp/test/docker_ip.sh $1)
url="https://$ip:8445/restconf/operational/ietf-interfaces:interfaces-state/"
echo "GET $url"