mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Implement nested netgroups and include summaries for the commands.
Replace the existing netgroup test cases with Declarative tests. This triples the number of tests we were doing. ticket 209
This commit is contained in:
committed by
Adam Young
parent
6df16f3a10
commit
03de1b89ca
@@ -39,6 +39,10 @@ fuzzy_uuid = Fuzzy(
|
||||
'^[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8}$'
|
||||
)
|
||||
|
||||
# Matches netgroup dn
|
||||
fuzzy_netgroupdn = Fuzzy(
|
||||
'ipauniqueid=[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8},cn=ng,cn=alt,%s' % api.env.basedn
|
||||
)
|
||||
|
||||
try:
|
||||
if not api.Backend.xmlclient.isconnected():
|
||||
|
||||
Reference in New Issue
Block a user