HomeSort by relevance Sort by last modified time
    Searched refs:hostlog (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/cros/update_engine/
omaha_devserver.py 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
    [all...]
update_engine_test.py 33 UpdateEngineEvent objects), and compare that against a "hostlog" returned
34 from update_engine from the update. This hostlog is a json list of
35 events fired during the update. It is accessed by the api/hostlog URL on the
38 We can also verify the hostlog of a one-time update event that is fired
53 # The names of the two hostlog files we will be verifying
60 # Expected hostlog events during update: 4 during rootfs
169 """Read the list of events from the hostlog json file."""
180 """Returns the next event from the hostlog json file.
230 logging.error('The expected event was not found in the hostlog: %s',
238 'we found a problem while verifying the hostlog of events
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 52 the events listed in the hostlog.
191 """Return the hostlog file location.
193 This hostlog file contains the update engine events that were fired
202 hostlog = '%s_%s_%s' % (filename, host, pid)
205 hostlog)
207 logging.info('Hostlog file to be used for checking update '
318 # Verify the hostlog of events was returned from the update.
322 # Call into base class to compare expected events against hostlog.
342 # Verify we have a hostlog for the post-reboot update check.
346 # Call into base class to compare expected events against hostlog
    [all...]

Completed in 149 milliseconds