X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Frobot.sh;h=31e81622ca51b3f7b4f631c8cf65ac34d9fe260f;hb=e7b910fbfd96a70e8459e5adbc4b205d8e1a729c;hp=064af6e5cfa84647a5d383ee1c5203ccec9ebef7;hpb=58722e8b0bab8643c99548fde17ccc5e370de4cb;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/robot.sh b/jenkins-scripts/robot.sh index 064af6e5c..31e81622c 100755 --- a/jenkins-scripts/robot.sh +++ b/jenkins-scripts/robot.sh @@ -3,27 +3,16 @@ # make sure we don't require tty for sudo operations cat </etc/sudoers.d/89-jenkins-user-defaults Defaults:jenkins !requiretty -jenkins ALL = NOPASSWD: /usr/bin/sshuttle, /usr/bin/kill, /usr/sbin/iptables +jenkins ALL = NOPASSWD: ALL EOF yum clean all -yum install -y -q unzip python-netaddr sshuttle @development -yum remove -y robotframework-{sshlibrary,requests} +yum install -y -q python-netaddr -# These development packages are needed for successful installation of robotframework-sshlibrary (done elsewhere) -yum install -y -q libffi-devel openssl-devel - -## Install netcat & docker-py -yum install -y -q nc python-docker-py - -# Install dependencies for matplotlib library used in longevity framework -yum install -y yum-utils -yum-builddep -y python-matplotlib +## Install docker-py +yum install -y -q python-docker-py # make sure the firewall is stopped service iptables stop -# install crudini command line tool for editing config files -yum install -y crudini - # vim: sw=2 ts=2 sts=2 et :