Searched defs:USER2 (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/tests/intg/ |
H A D | ent_test.py | 43 USER2 = dict(name="user2", passwd="x", uid=1002, gid=2002, variable 45 USER_LIST = [USER1, USER2]
|
H A D | test_files_provider.py | 53 USER2 = dict(name='user2', passwd='x', uid=10002, gid=20001, variable 855 [USER1, USER2], 948 for usr in [USER1, USER2]: 1007 pwd_ops.useradd(**USER2)
|
Completed in 916 milliseconds