X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fmininet-ubuntu.sh;h=0b925bb29b7b1285db0b50427cf6a90483398c29;hb=f773b83553de441a25e474907afe5647e379c847;hp=55cb2cd091d39269554f2cad9a3c411f3f7bf89e;hpb=72407c7ddd175ebe7feab09d4ef817f298832df6;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/mininet-ubuntu.sh b/jenkins-scripts/mininet-ubuntu.sh index 55cb2cd09..0b925bb29 100755 --- a/jenkins-scripts/mininet-ubuntu.sh +++ b/jenkins-scripts/mininet-ubuntu.sh @@ -8,12 +8,3 @@ EOF # disable the firewall /bin/bash ./disable_firewall.sh - -# Make sure apt-get database is up-to-date -apt-get update -y --force-yes -qq - -# 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