diff --git a/manifests/tempest.pp b/manifests/tempest.pp index ab92015c3..9c668749b 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -255,7 +255,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) { + if $::operatingsystem == 'Ubuntu' { package { ['python3-ddt', 'python3-oslotest', 'python3-gabbi']: ensure => present }