commit | 9e61bd99e6931b9bc9cd4eb4c582840711ba79f3 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Fri May 06 15:34:59 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri May 06 22:57:07 2016 +0000 |
tree | aee1e6473def1e2d7c6d1a5b3a43f6769b84957c | |
parent | 89eeccd86e289440ed16138b4a6e5e55be3254b1 [diff] [blame] |
Added support for bits proxy, where ONOS bits can survive borrow/return cycles. Change-Id: I0ab9bac26bd88a246925750d26baaab228a37136
diff --git a/tools/test/bin/onos-push-bits-through-proxy b/tools/test/bin/onos-push-bits-through-proxy index 1ec7107..e060a47 100755 --- a/tools/test/bin/onos-push-bits-through-proxy +++ b/tools/test/bin/onos-push-bits-through-proxy
@@ -14,7 +14,7 @@ echo "Pushing to proxy $node..." onos-push-bits $node -others=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2 | grep -v $OCT) +others=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2 | grep -vE "^$OCT\$") for other in $others; do echo "Pushing to $other..."