Merge "adding stable lithium branch for config performance testing"
[releng/builder.git] / jenkins-scripts / mininet.sh
index 7f7a20e6f5e1b5f38d8e53d1209121afedeb6b33..0b58d4ae229a143f0776b915568fc1d0441979d6 100755 (executable)
@@ -11,6 +11,11 @@ EOF
 # built, they are now. Make sure they're install
 yum install -q -y netopeer-server-sl CPqD-ofsoftswitch13
 
+# netaddr and ipaddress libraries can be useful on this system as
+# some tests are starting to push pyhon scripts/tools to this VM
+# during CI tests
+yum install -q -y python-{ipaddr,iptools,netaddr}
+
 # the vagrant configuration for netopeer doesn't configure SSH correctly
 # as it uses and here document via echo and not cat fix that
 cat << EOSSH >> /etc/ssh/sshd_config