From 94b22eb69b25fe155cdcdb95d408dd15784ef1b4 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 11 Nov 2016 10:21:11 +0100 Subject: [PATCH] Pinned the python selenium module. (cherry picked from commit 39d0486f0647cb7073b5b8be12bf7a6a5f36b7ff) --- tests/Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 39f4ae72bc..e81aeda2f4 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y \ python-pip \ xorg-x11-server-Xvfb; yum clean all; RUN pip install pyvirtualdisplay -RUN pip install selenium +RUN pip install 'selenium==2.53.0' RUN pip install unittest2 RUN pip install testtools @@ -97,12 +97,5 @@ RUN yum install -y \ net-snmp-utils \ perl-Test-Simple; yum clean all; -# Install geckodriver -RUN cd /tmp && \ -curl -o geckodriver.tgz -L https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-linux64.tar.gz && \ -tar zxvf geckodriver.tgz && \ -mv geckodriver /usr/bin && \ -rm geckodriver.tgz - #Exposing ports for: HTTP, SNMP Traps, Anytermd (SSH), Anytermd (Telnet), Tentacle protocol EXPOSE 80 162/udp 8022 8023 41121