mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
ipa-kdb: test kadmin.local getprincs command
Fixes: https://pagure.io/freeipa/issue/8490 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
d00106b34d
commit
ba1a7b97c1
@ -123,3 +123,9 @@ class TestKadmin:
|
||||
installutils.create_keytab,
|
||||
keytab,
|
||||
service)
|
||||
|
||||
def test_getprincs(self):
|
||||
"""
|
||||
tests that kadmin.local getprincs command returns a list of principals
|
||||
"""
|
||||
self.assert_success(installutils.kadmin, 'getprincs')
|
||||
|
Loading…
Reference in New Issue
Block a user