mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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,
|
installutils.create_keytab,
|
||||||
keytab,
|
keytab,
|
||||||
service)
|
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