diff options
Diffstat (limited to 'docker/test/show_interfaces_state.sh')
-rwxr-xr-x | docker/test/show_interfaces_state.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docker/test/show_interfaces_state.sh b/docker/test/show_interfaces_state.sh deleted file mode 100755 index 06d972e79..000000000 --- a/docker/test/show_interfaces_state.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# Obtain IP of the container -# $1 - container name -ip=$(/hc2vpp/test/docker_ip.sh $1) -url="https://$ip:8445/restconf/operational/ietf-interfaces:interfaces-state/" -echo "GET $url" - -# Show interfaces-state -curl --insecure -X GET $url \ - -H 'authorization: Basic YWRtaW46YWRtaW4=' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' - -echo |