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

/sssd/src/tests/intg/
H A Dent_test.py59 USER_LIST = [USER1, USER2] variable
60 USER_NAME_DICT = dict((u["name"], u) for u in USER_LIST)
61 USER_UID_DICT = dict((u["uid"], u) for u in USER_LIST)
90 for u in USER_LIST
143 ent.assert_passwd_list(ent.contains_only(*USER_LIST))
195 ent.assert_each_passwd_with_name(USER_LIST)
212 ent.assert_each_passwd_with_uid(USER_LIST)
229 ent.assert_passwd(ent.contains_only(*USER_LIST))

Completed in 1341 milliseconds