Sign in
chromium
/
chromiumos
/
third_party
/
labpack
/
0f6fbd5a857b97d154b70a68d23780cfe1aff253
/
.
/
client
/
bin
/
self-test
/
tests
/
043-stepper-boot-parameters
blob: f038e63184e93c2a3c8e245721b22d98a30146bb [
file
] [
log
] [
blame
]
print
"--SELFTEST-- loading test"
def
step_init
():
job
.
next_step
([
step_test
,
1
])
job
.
next_step
([
step_test
,
2
])
print
"--STEPTEST-- step_init called"
def
step_test
(
iteration
):
print
"--STEPTEST-- step_test called iteration=%d"
%
iteration
job
.
quit
()