Builder job for deploying Openstack for testing
[releng/builder.git] / jenkins-scripts / robot.sh
index ed2f0a28fff0da4802451b8672fc199a3b4cd4a5..a76f691591a8319dba88e6f33c1b215c5101bc82 100755 (executable)
@@ -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