From: Luis Gomez Date: Mon, 15 Feb 2016 21:53:53 +0000 (+0000) Subject: Merge "Rework the way Java version is set in CSIT jobs" X-Git-Tag: release/beryllium~8 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5bb916eae434a033004e1aaf30ee6825929f203a;hp=5a6ea423022e8d3e663097d510513dde2a56b7e9;p=releng%2Fbuilder.git Merge "Rework the way Java version is set in CSIT jobs" --- diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 5b9377caf..d6117c035 100644 --- a/jjb/unimgr/unimgr-csit-basic.yaml +++ b/jjb/unimgr/unimgr-csit-basic.yaml @@ -25,8 +25,11 @@ - all: scope: 'all' + # Mininet configuration + mininet-vms: 2 + # Features to install - install-features: 'odl-unimgr' + install-features: 'odl-unimgr-ui' # Robot custom options robot-options: '' diff --git a/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh b/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh index 2003384b3..6e0fc7581 100644 --- a/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh +++ b/vagrant/ubuntu-mininet-ovs-2.3/bootstrap.sh @@ -69,3 +69,7 @@ cd $OFLOPS_DIR ./configure --with-openflow-src-dir=$OF_DIR make make install + +# Installing exabgp +apt-get install -y --force-yes -qq exabgp +