Home | History | Annotate | Download | only in telemetry_UnitTestsServer

Lines Matching refs:host

18     # can run. The host boto file
22 def initialize(self, host, copy_boto_file=False):
28 host.run('mkdir -p %s' % os.path.dirname(self.CLIENT_BOTO_FILE))
33 host.send_file(self.LOCAL_BOTO_FILE, self.CLIENT_BOTO_FILE)
35 def cleanup(self, host, copy_boto_file=False):
40 host.run('rm %s' % self.CLIENT_BOTO_FILE)
42 def run_once(self, host, use_packaging, browser_type, unit_tests,
45 client_at = autotest.Autotest(host)
47 'telemetry_UnitTests', host=host, use_packaging=use_packaging,