Make test-integration to rebase before build
[releng/builder.git] / vagrant / integration-robotframework / bootstrap.sh
index f384118f2c0865c7ea93cb14b4d12e50578d33c8..8a75d06066de4b00b0416b1ed2582f3834d9c036 100644 (file)
@@ -3,19 +3,16 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 yum clean all
-# Add the ODL yum repo
-yum install -q -y https://nexus.opendaylight.org/content/repositories/opendaylight-yum-epel-6-x86_64/rpm/opendaylight-release/0.1.0-1.el6.noarch/opendaylight-release-0.1.0-1.el6.noarch.rpm
 yum update -q -y
 
-yum install -q -y java-1.7.0-openjdk-devel git perl-XML-XPath
-
-# The following are known requirements for our robotframework environments
-yum install -q -y python-{devel,importlib,requests,setuptools,virtualenv,docker-py} \
-    robotframework{,-{httplibrary,requests,sshlibrary}} scapy
+# Install minimal python requirements to get virtualenv going
+# Additional python dependencies should be installed via JJB configuration
+# inside project jobs using a virtualenv setup.
+yum install -q -y python-{devel,setuptools,virtualenv}
 
 # Install `udpreplay` to be used for (lispflowmapping) performance tests
-yum install -q -y libpcap-devel boost-devel
-git clone https://github.com/ska-sa/udpreplay.git &> /dev/null
+yum install -q -y @development libpcap-devel boost-devel
+git clone -q https://github.com/ska-sa/udpreplay.git
 cd udpreplay
 make &> /dev/null && cp udpreplay /usr/local/bin