install vlan package 40/37640/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 15 Apr 2016 02:43:44 +0000 (19:43 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 15 Apr 2016 02:43:44 +0000 (19:43 -0700)
VTN tests need the vlan package on the mininet VM.  This
is also done in the bootstrap.sh file, but that will not
take effect until the VMs are respun.  In the meantime,
this will get the package every time the VM is brought
online.

Change-Id: Ia10a5b2d93024f582dde603e6c77f6ecf052be37
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jenkins-scripts/mininet-ubuntu.sh

index 0b925bb29b7b1285db0b50427cf6a90483398c29..a583ec581269ef00bac8742fd9a6a5f6a985ce5f 100755 (executable)
@@ -8,3 +8,6 @@ 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
\ No newline at end of file