Lines Matching refs:command
70 command = [os.path.join(autoserv_directory, 'autoserv')]
73 command.append('-p')
76 command += ['-r', results_directory]
79 command += ['-m', machines]
82 command += ['--ssh_verbosity', str(ssh_verbosity)]
85 command += ['--ssh_options', ssh_options]
88 command += ['--no_console_prefix']
101 command += ['-u', owner]
103 command += ['-l', name]
105 command += ['--test-retry='+str(test_retry)]
110 command.append('-c')
112 command.append('-s')
115 command += ['--host_attributes', repr(host_attributes)]
118 command.append('--verbose')
121 command.append('--disable_sysinfo')
122 command.append('--no_collect_crashinfo')
125 command.append('--no_use_packaging')
128 command.extend(['--lab', 'True'])
130 return command + extra_args