diff --git a/vars/suse.yml b/vars/suse.yml index 00f7e76e..bb2dce62 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -16,11 +16,9 @@ tempest_distro_packages: - git-core - - libxslt # required by the python module unittest2 - - gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements tempest_service_distro_packages: - - openstack-tempest + - openstack-tempest-test - "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-python-subunit', 'python2-python-subunit') }}" - "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-os-testr', 'python2-os-testr') }}" - python-junitxml