Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-R33-4982.B
/
.
/
client
/
tests
/
error_test_fail
/
error_test_fail.py
blob: 759500467663f6fd980bcbccb832bd852645132f [
file
] [
log
] [
blame
] [
edit
]
from
autotest_lib
.
client
.
common_lib
import
error
from
autotest_lib
.
client
.
bin
import
test
class
error_test_fail
(
test
.
test
):
version
=
1
def
execute
(
self
):
raise
error
.
TestFail
(
"This test always fails."
)