mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
Read ssh username from $ONOS_USER
Change-Id: I6e0ad8fb83d18eb25f1386f02258dc055920724b
This commit is contained in:
parent
ba1f83b9e3
commit
c785d97dd2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user