Home
last modified time | relevance | path

Searched refs:ALL_STEPS (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest-py2/
Datest.py175 steps = args.steps or constants.ALL_STEPS
654 steps = args.steps if args.steps else constants.ALL_STEPS
Dconstants_default.py136 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP] variable
/tools/asuite/atest/
Datest.py180 steps = args.steps or constants.ALL_STEPS
766 steps = args.steps if args.steps else constants.ALL_STEPS
Dconstants_default.py158 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP] variable