From c7a4699c54f59b2ff75aaf3466508ef20e40ff36 Mon Sep 17 00:00:00 2001 From: Vitaly Gridnev Date: Sat, 11 Jun 2016 20:04:35 +0000 Subject: [PATCH] fix integration tests hot fix is taken from https://review.openstack.org/#/c/327883/ Change-Id: I952f0f07cca202cdc5dd84f72efe6ecce6c477eb --- tools/gate/integration/post_test_hook.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/gate/integration/post_test_hook.sh b/tools/gate/integration/post_test_hook.sh index c286eae8..47fe5fc7 100755 --- a/tools/gate/integration/post_test_hook.sh +++ b/tools/gate/integration/post_test_hook.sh @@ -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