Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/release_40
/
.
/
server
/
tests
/
reinstall
/
reinstall.py
blob: 1060ab4c89bb285263550febcceecdf00ae064f6 [
file
] [
log
] [
blame
] [
edit
]
import
time
from
autotest_lib
.
server
import
test
from
autotest_lib
.
client
.
common_lib
import
error
class
reinstall
(
test
.
test
):
version
=
1
def
execute
(
self
,
host
):
try
:
host
.
machine_install
()
except
Exception
,
e
:
raise
error
.
TestFail
(
str
(
e
))