Home | History | Annotate | Download | only in deprecated

Lines Matching refs:machine

12     hostname/IP of Chromeos machine
71 def RunBrowserBenchmark(chromeos_root, board, bench, machine):
78 machine: name of chromeos machine
82 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
86 def RunStartupBenchmark(chromeos_root, board, machine):
92 machine: name of chromeos machine
96 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine):
107 machine: name of chromeos machine
116 # Delete any existing run directories on machine.
117 # Since this has exclusive access to the machine,
122 machine=machine)
130 dest_machine=machine,
146 # Execute on remote machine
152 machine=machine)
167 '--machine',
168 dest='machine',
169 help='The chromeos host machine.')
192 if options.machine is None:
193 Usage(parser, '--machine must be set')
204 options.machine)
212 '--remote=' + options.machine, '--image=' + options.workdir + '/' +
215 logger.GetLogger().LogOutput('Reimaging machine %s' % options.machine)
220 options.machine)
228 '--remote=' + options.machine, '--image=' + options.workdir + '/' +
231 logger.GetLogger().LogOutput('Reimaging machine %s' % options.machine)
236 options.machine)