diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-28 18:17:44 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-28 18:19:39 -0700 |
commit | 7a73396cb8b0de06c4c5114ddc3b3bf568f39ec7 (patch) | |
tree | 07ac30c8f53c8205790a6fea7398fe29371ecc18 /packer/provision/basebuild.sh | |
parent | 92f38177e7e5147f6cc902ec42c0f90ceef6c067 (diff) |
Install xvfb for UI tests with Selenium.
Change-Id: I5ed18e1c13870036601d13e7ac80d9ab89eb3be8
Issue-id: CIMAN-36
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'packer/provision/basebuild.sh')
-rw-r--r-- | packer/provision/basebuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index 008402f98..5880fe6e9 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 + yum install -y 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 + apt-get install -y python-tox xmlstarlet xvfb # Additional libraries for Python ncclient apt-get install -y wget unzip python-ncclient |