Merge "Pin selenium to <3.0.0"

This commit is contained in:
Jenkins 2016-10-19 14:22:19 +00:00 committed by Gerrit Code Review
commit 22ffce6d21
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"