blob: f67d62604a806c2423fbece7e2d6777a52a0d226 [file] [log] [blame]
hosts = [hosts.SSHHost(h, initialize=False) for h in machines]
for host in hosts:
print host.hostname
print host.run('uname -a').stdout.rstrip()