blob: be0a9c7fdb65e6375771af18f9c7fde50b970d69 [file] [log] [blame]
hosts = [hosts.create_host(h) for h in machines]
for host in hosts:
print host.hostname
print host.run('uname -a').stdout.rstrip()