Searched refs:machine_install (Results 1 - 8 of 8) sorted by relevance

/external/autotest/server/
H A Dafe_utils.py95 """Calls machine_install and updates the version labels on a host.
97 @param host: Host object to run machine_install on.
98 @param *args: Args list to pass to machine_install.
99 @param **dargs: dargs dict to pass to machine_install.
102 image_name = host.machine_install(*args, **dargs)
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
H A Dnetwork_WiFi_UpdateRouter.py108 router_host.machine_install(force_update=True, update_url=url)
/external/autotest/server/hosts/
H A Dtestbed.py177 optional once testbed machine_install supports allocating DUT
209 host.machine_install(build_url=build_url)
273 def machine_install(self): member in class:TestBed
H A Dsonic_host.py269 def machine_install(self, update_url): member in class:SonicHost
H A Dadb_host.py1221 def machine_install(self, build_url=None, build_local_path=None, wipe=True, member in class:ADBHost
1228 installation. If none of them is set, machine_install will fail.
H A Dcros_host.py548 When DUT is already running the same version that machine_install
601 """After the DUT is updated, confirm machine_install succeeded.
702 def machine_install(self, update_url=None, force_update=False, member in class:CrosHost
713 Once a host enters machine_install its host attribute job_repo_url
/external/autotest/server/cros/clique_lib/
H A Dclique_dut_updater.py150 dut_host.machine_install(force_update=True, update_url=url,
/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py341 def machine_install(self): member in class:Host

Completed in 268 milliseconds