Committed by
Gerrit Code Review
Read ssh username from $ONOS_USER
Change-Id: I6e0ad8fb83d18eb25f1386f02258dc055920724b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | <parallel var="${OC#}"> | 21 | <parallel var="${OC#}"> |
22 | <step name="Check-Passwordless-Login-${#}" | 22 | <step name="Check-Passwordless-Login-${#}" |
23 | - exec="ssh -n -o ConnectTimeout=3 -o PasswordAuthentication=no sdn@${OC#} date"/> | 23 | + exec="ssh -n -o ConnectTimeout=3 -o PasswordAuthentication=no ${ONOS_USER}@${OC#} date"/> |
24 | </parallel> | 24 | </parallel> |
25 | </group> | 25 | </group> |
26 | </scenario> | 26 | </scenario> | ... | ... |
-
Please register or login to post a comment