fix integration tests

hot fix is taken from https://review.openstack.org/#/c/327883/

Change-Id: I952f0f07cca202cdc5dd84f72efe6ecce6c477eb
This commit is contained in:
Vitaly Gridnev 2016-06-11 20:04:35 +00:00
parent deb650bf1f
commit c7a4699c54
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ source commons $@
set +e
cd /opt/stack/new/sahara-dashboard
sudo wget -q -O firefox.deb https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_46.0.1-0ubuntu1_amd64.deb/download
sudo apt-get -y purge firefox
sudo dpkg -i firefox.deb
sudo rm firefox.deb
sudo -H -u stack tox -e py27integration
retval=$?
set -e