Home
last modified time | relevance | path

Searched refs:TEST_STEP (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest-py2/
Dconstants_default.py135 TEST_STEP = 'test' variable
136 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest.py656 if constants.TEST_STEP in steps and not args.rebuild_module_info:
671 elif constants.TEST_STEP not in steps:
674 steps.append(constants.TEST_STEP)
677 if constants.TEST_STEP in steps:
Datest_arg_parser.py131 const=constants.TEST_STEP, help=TEST)
/tools/asuite/atest/
Dconstants_default.py157 TEST_STEP = 'test' variable
158 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest.py768 if constants.TEST_STEP in steps and not args.rebuild_module_info:
814 elif constants.TEST_STEP not in steps:
817 steps.append(constants.TEST_STEP)
820 if constants.TEST_STEP in steps:
Datest_arg_parser.py147 const=constants.TEST_STEP, help=TEST)