Home | History | Annotate | Download | only in update_engine

Lines Matching refs:hostlog

317         """Get the update events json (aka hostlog).
325 ['http', self.get_netloc(), '/api/hostlog',
344 hostlog = json.loads(event_log_resp)
345 logging.debug('hostlog returned: %s', hostlog)
347 if 'event_type' in hostlog[-1] and \
348 hostlog[-1]['event_type'] == 54:
349 return hostlog
353 raise error.TestError('Timed out getting hostlog.')
356 return hostlog