Pin selenium to <3.0.0

Change-Id: If8c4fdb80d7ca516f9e58006ec0fce7e60f95829
This commit is contained in:
Kirill Zaitsev 2016-10-17 18:46:23 +03:00 committed by Kirill Zaitsev
parent f7d54c7c4e
commit e21189e25a
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,8 @@ GIT_PATH=/opt/git
sudo mkdir -p $GIT_PATH
cd $GIT_PATH
sudo pip install nose selenium testtools testresources unittest2 pyrabbit==1.0.1
sudo pip install nose testtools testresources unittest2 pyrabbit==1.0.1
sudo pip install "selenium<3.0.0"
if [ -e /etc/os-release ]; then
sudo wget http://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_27.0-0ubuntu1_amd64.deb/download -O firefox27.deb

View File

@ -70,6 +70,8 @@ function run_tests() {
# https://bugs.launchpad.net/murano/+bug/1349934 is fixed.
sudo rm -f /tmp/parser_table.py
sudo pip install "selenium<3.0.0"
pushd "${PROJECT_TESTS_DIR}"
mkdir -p "${WORKSPACE}/artifacts/report"