#69 Update freeipa deps for triggering the tests
Merged 6 years ago by adamwill. Opened 6 years ago by abbra.
fedora-qa/ abbra/fedora_openqa freeipa-deps  into  master

file modified
+3
@@ -250,6 +250,9 @@ 

      'tomcat': ('server', 'server-upgrade'),

      'python-ldap': ('server', 'server-upgrade'),

      'python-pyldap': ('server', 'server-upgrade'),

+     'softhsm': ('server', 'server-upgrade'),

+     'libldb': ('server', 'server-upgrade'),

+     'samba': ('server', 'server-upgrade'),

      # Cockpit-related bits

      'cockpit': ('server',),

      # PostgreSQL is a release-blocking server role

Update dependencies for freeipa that should trigger the server tests. FreeIPA uses softhsm internally and Samba is also used internally for the case of trust to Active Directory. Finally, unsynchronized update of libldb is known to cause issues with both sssd and Samba.

openQA tests don't test AD trust, so I'm not sure adding samba is useful.

We use Samba libraries even in a default setup.

# rpm -q --requires freeipa-server|grep samba
libsamba-util.so.0()(64bit)
libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)
# rpm -q --whatprovides 'libsamba-util.so.0()(64bit)'
samba-client-libs-4.9.1-2.fc29.x86_64

What the hell then, why not.

Pull-Request has been merged by adamwill

6 years ago
Metadata