Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-R33-4982.B
/
.
/
client
/
tests
/
error_test_na
/
error_test_na.py
blob: 1897a74fec8a5e0f56d46608e50b813fd6a32a9c [
file
] [
log
] [
blame
] [
edit
]
from
autotest_lib
.
client
.
common_lib
import
error
from
autotest_lib
.
client
.
bin
import
test
class
error_test_na
(
test
.
test
):
version
=
1
def
execute
(
self
):
raise
error
.
TestNAError
(
"This test can't run on this host."
)