Is it possible to set user=passwd to simplify the netconf test? 31/18231/1
authorLuis Gomez <ecelgp@gmail.com>
Thu, 2 Apr 2015 08:50:11 +0000 (01:50 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 2 Apr 2015 08:50:11 +0000 (01:50 -0700)
Change-Id: Ic05fb73ccefdcf0d86bb9988e56a245748a2f4ef
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jenkins-scripts/mininet.sh

index 4ffe1e7bb428ce04499e350672449cb9f472cc27..26e0e0f3be8aa45ec4af99f429889d07ce8f3ff7 100755 (executable)
@@ -3,7 +3,7 @@
 # According to Luis in RT7956 the controller SSH capabilities require
 # that for NETCONF it uses a password (how broken!) So we're going to
 # force a password onto the jenkins user
-echo 'odl-testing' | passwd -f --stdin jenkins
+echo 'jenkins' | passwd -f --stdin jenkins
 
 # make sure the firewall is stopped
 service iptables stop