commit | 5c0a9f0d0a9a81ff89293283524d737175b91ca1 | [log] [tgz] |
---|---|---|
author | DongRyeol Cha <dr83.cha@samsung.com> | Thu May 17 14:32:55 2018 +0900 |
committer | Ray Milkey <ray@opennetworking.org> | Wed May 30 04:17:10 2018 +0000 |
tree | 9cdb0ed9baf4be50b0e878c6cd00f482a380f331 | |
parent | 67e09aee0e8370c36fbcd9f2d210b640a2083807 [diff] [blame] |
Supports IPv6 address for scp and rsync ONOS-7680 Change-Id: Ica7466715c64765310bfc7bf34126ed02d1818b7
diff --git a/tools/test/bin/onos-push-bits-through-proxy b/tools/test/bin/onos-push-bits-through-proxy index 5ba72b7..b983af2 100755 --- a/tools/test/bin/onos-push-bits-through-proxy +++ b/tools/test/bin/onos-push-bits-through-proxy
@@ -21,6 +21,6 @@ echo \"Pushing to \$other ...\"; scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \ /tmp/\$(basename $ONOS_TAR) \ - $ONOS_USER@\$other:/tmp/\$(basename $ONOS_TAR) + $ONOS_USER@[\$other]:/tmp/\$(basename $ONOS_TAR) done "