summaryrefslogtreecommitdiffstats
path: root/packer/provision
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-08-30 09:38:50 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-08-30 09:38:50 -0700
commit2889b0a2d39fecbfeffe7c443e58b53a52a4e09c (patch)
tree24194112abd8022e0ead35558349e6d28f8f9ec1 /packer/provision
parent7f63fe10d08224a81ebf2a4899e9e1437bf81975 (diff)
Add firefox package as part of basebuild
Firefox package is needed as part of Selerium UI tests. Change-Id: If194ee100f8949e36bf00c5fb790f914762a5a3d Issue-id: CIMAN-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'packer/provision')
-rw-r--r--packer/provision/basebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh
index 5880fe6e9..7e6b971a1 100644
--- a/packer/provision/basebuild.sh
+++ b/packer/provision/basebuild.sh
@@ -13,7 +13,7 @@ rh_systems() {
yum install -y openssl-devel mysql-devel gcc
# Autorelease support packages
- yum install -y python-tox xmlstarlet xvfb
+ yum install -y firefox python-tox xmlstarlet xvfb
# Additional libraries for Python ncclient
yum install -y libxml2 libxslt libxslt-devel libffi libffi-devel
@@ -47,7 +47,7 @@ ubuntu_systems() {
apt-get install -y libssl-dev libmysqlclient-dev gcc
# Autorelease support packages
- apt-get install -y python-tox xmlstarlet xvfb
+ apt-get install -y firefox python-tox xmlstarlet xvfb
# Additional libraries for Python ncclient
apt-get install -y wget unzip python-ncclient