diff options
author | Niels de Vos <ndevos@redhat.com> | 2017-12-17 13:38:39 +0100 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2018-06-19 11:50:28 +0000 |
commit | 64d21769eef85e2588cbe9481a389dc4d68a3cb1 (patch) | |
tree | a3769e49a5f0abc1cc6095945d32be085031b048 /tests/vagrant/vagrant-template-fedora | |
parent | eb472d82a083883335bc494b87ea175ac43471ff (diff) |
tests/vagrant: install additional dependencies
The Vagrant box that is used by ./run-tests-in-vagrant.sh does not have
all recent dependencies installed. By using 'dnf builddep' to install
the BuildRequires from the generated .spec file, most future problems
should be prevented.
The tests/basic/afr/split-brain-favorite-child-policy.t script uses the
'bc' command. This it a run-time dependency for the test, and will not
be found with 'dnf builddep'.
Change-Id: Ifdbfc4af2997ea27815126766cc093947ddf523f
BUG: 1526780
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'tests/vagrant/vagrant-template-fedora')
-rw-r--r-- | tests/vagrant/vagrant-template-fedora/roles/install-pkgs/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vagrant/vagrant-template-fedora/roles/install-pkgs/tasks/main.yml b/tests/vagrant/vagrant-template-fedora/roles/install-pkgs/tasks/main.yml index 4e7d8d0d7b8..2512034cdd7 100644 --- a/tests/vagrant/vagrant-template-fedora/roles/install-pkgs/tasks/main.yml +++ b/tests/vagrant/vagrant-template-fedora/roles/install-pkgs/tasks/main.yml @@ -11,6 +11,7 @@ - attr - autoconf - automake + - bc - bison - libcmocka-devel - cifs-utils |