Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-4068.0.B
/
.
/
server
/
samples
/
uname.srv
blob: 008cba040edf9e4f964d9ec3bbdc57b07d16ab56 [
file
] [
log
] [
blame
] [
edit
]
hosts
=
[
hosts
.
create_host
(
h
,
initialize
=
False
)
for
h
in
machines
]
for
host
in
hosts
:
print
host
.
hostname
print
host
.
run
(
'uname -a'
).
stdout
.
rstrip
()