commit | c785d97dd207399dc29b2d83fc7f9adb80ea0eec | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Wed Oct 14 15:25:25 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Oct 15 00:22:53 2015 +0000 |
tree | b1bf6c106e5c5b8ac4878ac1d0a0f9f67ee1afbd | |
parent | ba1f83b9e3373a78d987d12315520a4e0cfb2c3b [diff] |
Read ssh username from $ONOS_USER Change-Id: I6e0ad8fb83d18eb25f1386f02258dc055920724b
diff --git a/tools/test/scenarios/prerequisites.xml b/tools/test/scenarios/prerequisites.xml index 2c541d5..5690fc4 100644 --- a/tools/test/scenarios/prerequisites.xml +++ b/tools/test/scenarios/prerequisites.xml
@@ -20,7 +20,7 @@ <parallel var="${OC#}"> <step name="Check-Passwordless-Login-${#}" - exec="ssh -n -o ConnectTimeout=3 -o PasswordAuthentication=no sdn@${OC#} date"/> + exec="ssh -n -o ConnectTimeout=3 -o PasswordAuthentication=no ${ONOS_USER}@${OC#} date"/> </parallel> </group> </scenario>