Searched refs:USER_TYPE (Results 1 – 8 of 8) sorted by relevance
77 USER_TYPE = 'Run test with specific user type, e.g. atest <test> --user-type secondary_user' variable176 self.add_argument('--user-type', help=USER_TYPE)271 USER_TYPE=USER_TYPE,
50 USER_TYPE = 'USER_TYPE' variable
197 'user_type': constants.USER_TYPE}
90 USER_TYPE = ('Run test with specific user type, e.g. atest <test> --user-type ' variable219 self.add_argument('--user-type', help=USER_TYPE)326 USER_TYPE=USER_TYPE,
52 USER_TYPE = 'USER_TYPE' variable
202 'user_type': constants.USER_TYPE,
389 if constants.USER_TYPE == arg:
584 if constants.USER_TYPE == arg: