blob: ad65274f5e8096ccb5902db47e46ba2cd63d7ba5 [file] [log] [blame]
apw7d9f8002006-04-04 08:52:52 +00001print "--SELFTEST-- loading test"
2
3def step_init():
4 job.next_step([step_two])
5 print "--STEPTEST-- step_init called"
6
7def step_two():
8 print "--STEPTEST-- step_two called"