Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/
Dconstants_default.py134 INSTALL_STEP = 'install' variable
136 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest_arg_parser.py122 dest='steps', const=constants.INSTALL_STEP,
Datest.py176 if constants.INSTALL_STEP not in steps:
/tools/asuite/atest/
Dconstants_default.py156 INSTALL_STEP = 'install' variable
158 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest_arg_parser.py137 dest='steps', const=constants.INSTALL_STEP,
Datest.py181 if constants.INSTALL_STEP not in steps: