From: Jamo Luhrsen Date: Fri, 15 Apr 2016 02:43:44 +0000 (-0700) Subject: install vlan package X-Git-Tag: release/beryllium-sr2~43 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=37770c08638608097667ac01120cc30cc6d6d6de;hp=66b5d9dd3647b864282936073d1abce21ba6ed21;p=releng%2Fbuilder.git install vlan package 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 --- diff --git a/jenkins-scripts/mininet-ubuntu.sh b/jenkins-scripts/mininet-ubuntu.sh index 0b925bb29..a583ec581 100755 --- a/jenkins-scripts/mininet-ubuntu.sh +++ b/jenkins-scripts/mininet-ubuntu.sh @@ -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