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.py165 INSTALL_STEP = 'install' variable
167 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest_arg_parser.py170 dest='steps', const=constants.INSTALL_STEP,
Datest.py225 if constants.INSTALL_STEP not in steps: