X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=vagrant%2Fintegration-robotframework%2Fbootstrap.sh;h=90b4e068e91773e517b87bb037f3c7be33e7a0eb;hb=c74bd778b32f58464314ce78d22a6295745aa417;hp=53cd42651bfa25a5f119e504637589ebacd9d1a4;hpb=6c1d80c8f530707dd94960c4a924127c8e96c16a;p=releng%2Fbuilder.git diff --git a/vagrant/integration-robotframework/bootstrap.sh b/vagrant/integration-robotframework/bootstrap.sh index 53cd42651..90b4e068e 100644 --- a/vagrant/integration-robotframework/bootstrap.sh +++ b/vagrant/integration-robotframework/bootstrap.sh @@ -2,9 +2,6 @@ # vim: sw=4 ts=4 sts=4 et tw=72 : -yum clean all -yum update -q -y - # Install minimal python requirements to get virtualenv going # Additional python dependencies should be installed via JJB configuration # inside project jobs using a virtualenv setup. @@ -23,9 +20,3 @@ make &> /dev/null && cp udpreplay /usr/local/bin # 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 -# ups -echo 'PS1="[\u@\h \W]> "' >> /etc/skel/.bashrc