X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=vagrant%2Fintegration-robotframework%2Fbootstrap.sh;h=53cd42651bfa25a5f119e504637589ebacd9d1a4;hb=860b713920dc74b738612f603aff09b1bbf25f5d;hp=8a75d06066de4b00b0416b1ed2582f3834d9c036;hpb=1cdb24cd5633315baa263394530fbcfad912f221;p=releng%2Fbuilder.git diff --git a/vagrant/integration-robotframework/bootstrap.sh b/vagrant/integration-robotframework/bootstrap.sh index 8a75d0606..53cd42651 100644 --- a/vagrant/integration-robotframework/bootstrap.sh +++ b/vagrant/integration-robotframework/bootstrap.sh @@ -16,6 +16,14 @@ 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 + # To handle the prompt style that is expected all over the environment # with how use use robotframework we need to make sure that it is # consistent for any of the users that are created during dynamic spin