adding an installation of python netaddr module
[releng/builder.git] / jenkins-scripts / robot.sh
1 #!/bin/bash
2
3 yum clean all
4 yum install -y unzip
5 yum install -y python-netaddr
6
7 # disable firewall rules
8 service iptables stop
9
10 # vim: sw=2 ts=2 sts=2 et :