Update Jenkins docs with new minion info
[releng/builder.git] / jenkins-scripts / mininet-ubuntu.sh
index 0b925bb29b7b1285db0b50427cf6a90483398c29..61cd0562b84083a9e9b722e69f7365775e22d957 100755 (executable)
@@ -8,3 +8,9 @@ EOF
 
 # disable the firewall
 /bin/bash ./disable_firewall.sh
+
+# Install vlan for vlan based tests in VTN suites
+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