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

  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 11 import autoupdater namespace
15 """Test autoupdater module."""
23 self.assertEqual(autoupdater.url_to_image_name(update_url),
39 updater = autoupdater.ChromiumOSUpdater(
90 updater = autoupdater.ChromiumOSUpdater(
141 updater = autoupdater.ChromiumOSUpdater(
192 updater = autoupdater.ChromiumOSUpdater(
243 updater = autoupdater.ChromiumOSUpdater(
294 updater = autoupdater.ChromiumOSUpdater(
345 updater = autoupdater.ChromiumOSUpdater
    [all...]
  /external/autotest/server/cros/
autoupdate_utils.py 11 from autotest_lib.client.common_lib.cros import autoupdater, dev_server namespace
16 """Returns the autoupdater instance to use for a given autoupdate test.
23 instantiated autoupdater instance for that build.
25 This method guarantees that the devserver associated with the autoupdater
52 return autoupdater.ChromiumOSUpdater(devserver.get_update_url(build),
  /external/autotest/server/hosts/
cros_host.py 18 from autotest_lib.client.common_lib.cros import autoupdater namespace
551 by calling autoupdater.run_update, but skipping updating root, as
567 image_name = autoupdater.url_to_image_name(update_url)
621 raise autoupdater.ChromiumOSError(
730 @raises autoupdater.ChromiumOSError
    [all...]
servo_host.py 22 from autotest_lib.client.common_lib.cros import autoupdater namespace
411 @raises autoupdater.ChromiumOSError: If something goes wrong in the
441 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)
445 if status == autoupdater.UPDATER_NEED_REBOOT:
471 if status in autoupdater.UPDATER_PROCESSING_UPDATE:
487 except autoupdater.RootFSUpdateError as e:
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 16 from autotest_lib.client.common_lib.cros import autoupdater, dev_server namespace
    [all...]

Completed in 207 milliseconds