Searched defs:all (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/intg/
H A Dtest_session_recording.py109 """Add teardown for removing all user/group LDAP entries"""
273 def all(request, ldap_conn, users_and_groups): function
275 Fixture with scope "all".
281 scope = all
287 def test_all_nam(all):
288 """Test "all" scope with getpwnam"""
301 def test_all_uid(all):
302 """Test "all" scope with getpwuid"""
315 def test_all_ent(all):
316 """Test "all" scop
[all...]

Completed in 15 milliseconds