Searched refs:log_link (Results 1 – 3 of 3) sorted by relevance
61 def log_link(self): member in Step71 if not self.log_link:74 self._log = network.FetchText(self.log_link)
354 def log_link(self): member in Step364 if not self.log_link:375 logging.info('Retrieving ' + self.log_link)377 data = urllib2.urlopen(self.log_link).read()381 data = urllib2.urlopen(self.log_link).read()383 logging.error('Error retrieving URL ' + self.log_link)386 logging.error('Error retrieving URL ' + self.log_link)
393 log_link = URL_PATTERN % (URL_HOST, job_name)395 urllib2.urlopen(log_link).read()397 summary.append('Failed to load page for link to log: %s.' % log_link)