blob: b141d5c5f21d10f700bdf2e9e1d3970e6d11ea9a [file] [log] [blame]
mblighb020ff52007-10-08 22:12:23 +00001hosts = [hosts.SSHHost(h, initialize=False) for h in machines]
2
3for host in hosts:
4 print host.hostname
5 print host.run('uname -a').stdout.rstrip()