blob: ad65274f5e8096ccb5902db47e46ba2cd63d7ba5 [file] [log] [blame]
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"