commit | 1b92c7947341bd44234977ffbec5bcacd6d43b91 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Wed Feb 22 11:28:28 2017 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Feb 27 19:25:54 2017 +0000 |
tree | ed2940995d59b9f4e579dc7c38985dbef9328374 | |
parent | 1002b0a63cb64d80682af4658416ac6ceebb48fd [diff] [blame] |
Force allocation of a tty in onos-wait-for-start Change-Id: I1788fb2edfebbb33d2c97cf3aeea69486b98f7cc
diff --git a/tools/test/bin/onos-wait-for-start b/tools/test/bin/onos-wait-for-start index e0ebb54..ec9698a 100755 --- a/tools/test/bin/onos-wait-for-start +++ b/tools/test/bin/onos-wait-for-start
@@ -11,7 +11,7 @@ remote=$ONOS_USER@$node -ssh -t $remote " +ssh -t -t $remote " # Wait until we reach the run-level 100 for i in {1..90}; do $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \