| Index: server/control_segments/client_wrapper
|
| diff --git a/server/control_segments/client_wrapper b/server/control_segments/client_wrapper
|
| index f8acae3d2c3023aebd3378900804f865075308bd..0d29c7edec2be36430af498c4405a6bfb6bf7791 100644
|
| --- a/server/control_segments/client_wrapper
|
| +++ b/server/control_segments/client_wrapper
|
| @@ -2,9 +2,7 @@ at = autotest.Autotest()
|
|
|
|
|
| def run_client(machine):
|
| - hostname, user, passwd, port = parse_machine(machine, ssh_user, ssh_port,
|
| - ssh_pass)
|
| - host = hosts.create_host(hostname, user=user, port=port, password=passwd)
|
| + host = hosts.create_host(machine)
|
| host.log_kernel()
|
| at.run(control, host=host)
|
|
|
|
|