Lines Matching refs:ChromiumOSUpdater
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(
413 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
437 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
512 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
513 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
521 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
522 autoupdater.ChromiumOSUpdater.REMOTE_STATEFUL_UPDATE_PATH)
523 autoupdater.ChromiumOSUpdater._run(
526 autoupdater.ChromiumOSUpdater.
533 updater = autoupdater.ChromiumOSUpdater(update_url)
539 autoupdater.ChromiumOSUpdater.get_stateful_update_script().AndReturn(
540 autoupdater.ChromiumOSUpdater.REMOTE_STATEFUL_UPDATE_PATH)
541 autoupdater.ChromiumOSUpdater._run(
544 autoupdater.ChromiumOSUpdater.
550 updater = autoupdater.ChromiumOSUpdater(update_url)
569 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
595 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
596 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
606 updater = autoupdater.ChromiumOSUpdater(update_url, host=host)
610 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
611 autoupdater.ChromiumOSUpdater._verify_update_completed()
623 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd).AndRaise(
633 autoupdater.ChromiumOSUpdater._run(can_rollback_cmd)
634 autoupdater.ChromiumOSUpdater._run(rollback_cmd)
635 autoupdater.ChromiumOSUpdater._verify_update_completed()