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

  /external/autotest/server/cros/
autoupdate_utils.py 9 from autotest_lib.client.common_lib.cros import autoupdater, dev_server
14 """Returns the autoupdater instance to use for a given autoupdate test.
21 instantiated autoupdater instance for that build.
23 This method guarantees that the devserver associated with the autoupdater
47 return autoupdater.ChromiumOSUpdater(devserver.get_update_url(build),
  /external/autotest/server/site_tests/servohost_Reboot/
servohost_Reboot.py 7 from autotest_lib.client.common_lib.cros import autoupdater
38 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=s_host)
40 autoupdater.UPDATER_NEED_REBOOT)
  /external/autotest/client/common_lib/cros/
autoupdater_unittest.py 13 import autoupdater
18 """Test autoupdater module."""
26 self.assertEqual(autoupdater.url_to_image_name(update_url),
42 updater = autoupdater.ChromiumOSUpdater(
93 updater = autoupdater.ChromiumOSUpdater(
144 updater = autoupdater.ChromiumOSUpdater(
195 updater = autoupdater.ChromiumOSUpdater(
246 updater = autoupdater.ChromiumOSUpdater(
297 updater = autoupdater.ChromiumOSUpdater(
348 updater = autoupdater.ChromiumOSUpdater
    [all...]
  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 11 from autotest_lib.client.common_lib.cros import autoupdater
75 updater = autoupdater.ChromiumOSUpdater(update_url, host)
77 except autoupdater.RootFSUpdateError:
127 updater = autoupdater.ChromiumOSUpdater(update_url, host,
130 except autoupdater.RootFSUpdateError:
  /external/autotest/server/hosts/
servo_host.py 24 from autotest_lib.client.common_lib.cros import autoupdater
454 if status == autoupdater.UPDATER_NEED_REBOOT:
523 @raises autoupdater.ChromiumOSError: If something goes wrong in the
551 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)
554 if status in autoupdater.UPDATER_PROCESSING_UPDATE:
557 elif status == autoupdater.UPDATER_NEED_REBOOT:
576 except autoupdater.RootFSUpdateError as e:
    [all...]
cros_host.py 18 from autotest_lib.client.common_lib.cros import autoupdater
506 by calling autoupdater.run_update, but skipping updating root, as
520 image_name = autoupdater.url_to_image_name(update_url)
571 raise autoupdater.ChromiumOSError(
743 @raises autoupdater.ChromiumOSError
    [all...]

Completed in 142 milliseconds