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

/sssd-io/src/tests/intg/
H A Dent_test.py45 USER_LIST = [USER1, USER2] variable
46 USER_NAME_DICT = dict((u["name"], u) for u in USER_LIST)
47 USER_UID_DICT = dict((u["uid"], u) for u in USER_LIST)
76 for u in USER_LIST
129 ent.assert_passwd_list(ent.contains_only(*USER_LIST))
181 ent.assert_each_passwd_with_name(USER_LIST)
198 ent.assert_each_passwd_with_uid(USER_LIST)
215 ent.assert_passwd(ent.contains_only(*USER_LIST))

Completed in 1618 milliseconds