Searched refs:teststation (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/hosts/ |
D | emulated_adb_host.py | 51 tmp_dir = self.teststation.get_tmp_dir() 53 self.teststation.run('rm -rf %s' % tmp_dir) 54 self.teststation.run('mkdir -p %s' % self.imagedir) 59 self.imagedir, self.port, run=self.teststation.run) 74 self.teststation.run('test -f %s' % os.path.join(self.imagedir, 79 self.teststation.run('cp %s/* %s/' % ( 135 image_dir = self.teststation.get_tmp_dir() 144 self.teststation.run('rm -rf %s' % image_dir) 177 self.teststation.run('rm -rf %s && mkdir %s' % (self.imagedir, 179 self.teststation.run('mv %s %s' % ( [all …]
|
D | testbed.py | 64 self.teststation = teststation_host.create_teststationhost( 77 hostname=hostname, teststation=self.teststation, 88 self.teststation.run('adb devices').stdout) 97 device_list = [self.teststation] 107 return self.teststation 364 teststation = None 372 teststation = stage_host.teststation 387 return build_url, build_local_path, teststation 425 build_url, build_local_path, teststation = self._stage_shared_build( 457 teststation.hostname, build_local_path) [all …]
|
D | adb_host.py | 196 teststation=None, *args, **dargs): argument 235 self.teststation = (teststation if teststation 338 adb_pid = self.teststation.run('pgrep -f "adb.*server"') 403 return self.teststation.run(cmd, timeout=timeout, 816 tmp_dir = self.teststation.get_tmp_dir() 828 self.teststation.get_file(teststation_filename, 831 self.teststation.run('rm -rf %s' % tmp_dir) 845 self.teststation.close() 890 self.teststation.run('which adb') 891 self.teststation.run('which fastboot') [all …]
|
/external/autotest/server/ |
D | adb_utils.py | 65 tmp_dir = host.teststation.get_tmp_dir() 76 host.teststation.run('rm -rf %s' % tmp_dir)
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 118 teststation = host.teststation 119 hostname = teststation.hostname.split('.')[0] 131 install_android_xmlrpc_server(teststation, str(server_port)) 133 rpc_server_host = teststation 556 self.host.teststation.get_file(debug_dir, result_dir) 557 self.host.teststation.get_file(log_file, result_dir)
|
/external/autotest/server/site_tests/brillo_Gtests/ |
D | brillo_Gtests.py | 67 tmp_dir = host.teststation.get_tmp_dir()
|