From c785d97dd207399dc29b2d83fc7f9adb80ea0eec Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Wed, 14 Oct 2015 15:25:25 -0700 Subject: [PATCH] Read ssh username from $ONOS_USER Change-Id: I6e0ad8fb83d18eb25f1386f02258dc055920724b --- tools/test/scenarios/prerequisites.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/scenarios/prerequisites.xml b/tools/test/scenarios/prerequisites.xml index 2c541d5bdd..5690fc4a69 100644 --- a/tools/test/scenarios/prerequisites.xml +++ b/tools/test/scenarios/prerequisites.xml @@ -20,7 +20,7 @@ + exec="ssh -n -o ConnectTimeout=3 -o PasswordAuthentication=no ${ONOS_USER}@${OC#} date"/>