Add python-gabbi for tempest on Ubuntu
The gabbi library is needed for tempest and it's not being installed by the Ubuntu tempest package. So let's add it to try and fixup the tempest test. Change-Id: I711543f3706735966b52f5e56b5b9349b6d2cced
This commit is contained in:
parent
c88e310e11
commit
ae23f634fa
@ -114,7 +114,7 @@ class openstack_integration::tempest (
|
||||
# Install missed dependency for neutron tests
|
||||
# https://github.com/openstack/neutron/blob/master/test-requirements.txt#L20
|
||||
if ($::operatingsystem == 'Ubuntu') and (versioncmp($::operatingsystemmajrelease, '16') >= 0) {
|
||||
package { ['python-ddt', 'python-oslotest']:
|
||||
package { ['python-ddt', 'python-oslotest', 'python-gabbi']:
|
||||
ensure => present
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user