Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-R33-4982.B
/
.
/
client
/
tests
/
error_cleanup
/
error_cleanup.py
blob: 92585223f45e65ada6ef3ad25829818190c02e06 [
file
] [
log
] [
blame
] [
edit
]
from
autotest_lib
.
client
.
bin
import
test
class
error_cleanup
(
test
.
test
):
version
=
1
def
execute
(
self
):
pass
def
cleanup
(
self
):
raise
NameError
(
"test a bug in cleanup()"
)