Home | History | Annotate | Download | only in platform_ImageLoaderServer

Lines Matching refs:host

31     def run_once(self, host):
33 self.host = host
34 self.autotest_client = autotest.Autotest(self.host)
76 self.host.send_file(version1, version1)
77 self.host.send_file(version2, version2)
78 self.host.send_file(version3, version3)
80 self.host.run('tar xvf "%s" -C "%s"' % (version1, '/home/chronos'))
81 self.host.run('tar xvf "%s" -C "%s"' % (version2, '/home/chronos'))
82 self.host.run('tar xvf "%s" -C "%s"' % (version3, '/home/chronos'))
86 self.host.run('chmod -R 0755 "%s"' % (version1_unpack))
87 self.host.run('chmod -R 0755 "%s"' % (version2_unpack))
88 self.host.run('chmod -R 0755 "%s"' % (version3_unpack))
93 self.host.run('rm -rf "%s" "%s" "%s" "%s" "%s" "%s"'