Add missing dependency to Horizon integration tests

The Horizon integration tests are based on Selenium and require Firefox
to run. Since the browser is not installed by default on the thin nodes
running devstack, add a new macro to do so.

Change-Id: Ie44c36663f8ad9909cf182f852767029b4523a76
This commit is contained in:
Julie Pichon 2014-10-24 10:32:17 +01:00
parent ba32966cc4
commit 6458e12e0e
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,7 @@
- link-logs
- net-info
- devstack-checkout
- firefox-install
- xvfb-install
- shell: |
#!/bin/bash -xe

View File

@ -88,6 +88,13 @@
sudo apt-get update
sudo apt-get install -y xvfb
- builder:
name: firefox-install
builders:
- shell: |
sudo apt-get update
sudo apt-get install -y firefox
- builder:
name: uninstall-puppet
builders: