From 808b13d757e29c8e91cca168e39b9157916e46ea Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 13 Feb 2018 18:28:37 -0800 Subject: Minor fixes to deploy scripts Change-Id: I56d0bb865ec621ae187a0d2008a3962a3913597f Issue-ID: INT-414 Signed-off-by: Gary Wu --- test/ete/scripts/teardown-onap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ete') diff --git a/test/ete/scripts/teardown-onap.sh b/test/ete/scripts/teardown-onap.sh index 9b742e8fd..dbbee2816 100755 --- a/test/ete/scripts/teardown-onap.sh +++ b/test/ete/scripts/teardown-onap.sh @@ -28,7 +28,7 @@ sleep 1 ROUTERS=$(openstack router list -c ID -f value) echo $ROUTERS for ROUTER in $ROUTERS; do - echo $ZONENAME; + echo $ROUTER; PORTS=$(openstack router show $ROUTER -c "interfaces_info" -f "value" | jq -r '.[].port_id') for PORT in $PORTS; do openstack router remove port $ROUTER $PORT -- cgit 1.2.3-korg