Searched refs:LOCAL_BOTO_FILE (Results 1 – 1 of 1) sorted by relevance
19 LOCAL_BOTO_FILE = os.path.join(os.getenv('HOME'), '.boto') variable in telemetry_UnitTestsServer30 logging.info('Copying local %s to client %s', self.LOCAL_BOTO_FILE,32 assert(os.path.exists(self.LOCAL_BOTO_FILE))33 host.send_file(self.LOCAL_BOTO_FILE, self.CLIENT_BOTO_FILE)