Home
last modified time | relevance | path

Searched refs:ChromiumOSUpdater (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/cros/
Dautoupdater_unittest.py126 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
150 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
224 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater, '_run')
225 self.mox.StubOutWithMock(autoupdater.ChromiumOSUpdater,
234 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
236 autoupdater.ChromiumOSUpdater._run(
244 updater = autoupdater.ChromiumOSUpdater(update_url)
250 autoupdater.ChromiumOSUpdater._get_stateful_update_script().AndReturn(
252 autoupdater.ChromiumOSUpdater._run(
259 updater = autoupdater.ChromiumOSUpdater(update_url)
[all …]
Dautoupdate_utils.py48 return autoupdater.ChromiumOSUpdater(devserver.get_update_url(build),
Dautoupdater.py334 class ChromiumOSUpdater(object): class
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py122 updater = autoupdater.ChromiumOSUpdater(update_url, host)
177 updater = autoupdater.ChromiumOSUpdater(update_url, host,
/external/autotest/server/
Dafe_utils.py110 updater = autoupdater.ChromiumOSUpdater(
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py148 autoupdater.ChromiumOSUpdater(url, host=device_host).run_update()
/external/autotest/server/cros/clique_lib/
Dclique_dut_updater.py151 autoupdater.ChromiumOSUpdater(url, host=dut_host).run_update()
/external/autotest/server/hosts/
Dservo_host.py481 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)