virt.virt_test_utils: run_autotest - 'tar' needs relative paths to strip the leading '/'
[autotest-zwu.git] / server / samples / uname.srv
blob008cba040edf9e4f964d9ec3bbdc57b07d16ab56
1 hosts = [hosts.create_host(h, initialize=False) for h in machines]
3 for host in hosts:
4     print host.hostname
5     print host.run('uname -a').stdout.rstrip()