YangTools lithium should test with jdk8
[releng/builder.git] / jenkins-scripts / mininet-ubuntu.sh
index a583ec581269ef00bac8742fd9a6a5f6a985ce5f..61cd0562b84083a9e9b722e69f7365775e22d957 100755 (executable)
@@ -10,4 +10,7 @@ EOF
 /bin/bash ./disable_firewall.sh
 
 # Install vlan for vlan based tests in VTN suites
-apt-get install -y --force-yes -qq vlan
\ No newline at end of file
+apt-get install -y --force-yes -qq vlan
+
+# Install netaddr package which is needed by some custom mininet topologies
+apt-get install -y --force-yes -qq python-netaddr