X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Frobot.sh;h=a76f691591a8319dba88e6f33c1b215c5101bc82;hb=755df2529e71a80299c0036b61eb5464d40133a3;hp=ed2f0a28fff0da4802451b8672fc199a3b4cd4a5;hpb=653f9217e1e74746f0767bcf1e814494416aafad;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/robot.sh b/jenkins-scripts/robot.sh index ed2f0a28f..a76f69159 100755 --- a/jenkins-scripts/robot.sh +++ b/jenkins-scripts/robot.sh @@ -41,14 +41,6 @@ python setup.py install > /dev/null 2>&1 ## Install netcat & docker-py yum install -y -q nc python-docker-py -## 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 xvfb - # make sure the firewall is stopped service iptables stop