android_mt6572_jiabo/external/autotest/client/bin/self-test/tests/030-stepper-basic
2025-09-05 16:56:03 +08:00

8 lines
174 B
Text

print "--SELFTEST-- loading test"
def step_init():
job.next_step([step_two])
print "--STEPTEST-- step_init called"
def step_two():
print "--STEPTEST-- step_two called"