Home
last modified time | relevance | path

Searched refs:USER_TYPE (Results 1 – 8 of 8) sorted by relevance

/tools/asuite/atest-py2/
Datest_arg_parser.py77 USER_TYPE = 'Run test with specific user type, e.g. atest <test> --user-type secondary_user' variable
176 self.add_argument('--user-type', help=USER_TYPE)
271 USER_TYPE=USER_TYPE,
Dconstants_default.py50 USER_TYPE = 'USER_TYPE' variable
Datest.py197 'user_type': constants.USER_TYPE}
/tools/asuite/atest/
Datest_arg_parser.py90 USER_TYPE = ('Run test with specific user type, e.g. atest <test> --user-type ' variable
219 self.add_argument('--user-type', help=USER_TYPE)
326 USER_TYPE=USER_TYPE,
Dconstants_default.py52 USER_TYPE = 'USER_TYPE' variable
Datest.py202 'user_type': constants.USER_TYPE,
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner.py389 if constants.USER_TYPE == arg:
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py584 if constants.USER_TYPE == arg: