#!/bin/bash # vim: sw=4 ts=4 sts=4 et tw=72 : # 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} @development # Install dependencies for robotframework and robotframework-sshlibrary # installed elsewhere yum install -y -q yum-utils unzip sshuttle nc libffi-devel openssl-devel # Install dependencies for matplotlib library used in longevity framework yum-builddep -y python-matplotlib # install crudini command line tool for editing config files yum install -y -q crudini # Install `udpreplay` to be used for (lispflowmapping) performance tests yum install -q -y libpcap-devel boost-devel git clone -q https://github.com/ska-sa/udpreplay.git cd udpreplay make &> /dev/null && cp udpreplay /usr/local/bin ## DLUX dependencies # - Xvfb: Display manager in RAM # # Note: The end goal will be to test with multiple browser (Firefox, Chrome) # Chrome need a other library named chromedriver so let start with # one already supported with selenium. yum install -y -q firefox xorg-x11-server-Xvfb