Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/factory-reef-8811.B
/
.
/
server
/
samples
/
info.srv
blob: 149381b904c5850590a0ca483924e83c69fc585e [
file
] [
log
] [
blame
] [
edit
]
def
run
(
machine
):
host
=
hosts
.
create_host
(
machine
)
print
'Uptime: '
+
host
.
check_uptime
()
print
'Arch: '
+
host
.
get_arch
()
print
'Kernel ver: '
+
host
.
get_kernel_ver
()
print
'Kernel cmdline: '
+
host
.
get_cmdline
()
job
.
parallel_simple
(
run
,
machines
)