putting cbench job back as it was removed yesterday.
[releng/builder.git] / jenkins-scripts / mininet.sh
1 #!/bin/bash
2
3 # According to Luis in RT7956 the controller SSH capabilities require
4 # that for NETCONF it uses a password (how broken!) So we're going to
5 # force a password onto the jenkins user
6 echo 'jenkins' | passwd -f --stdin jenkins
7
8 # make sure the firewall is stopped
9 service iptables stop
10
11 # vim: sw=2 ts=2 sts=2 et :