Home
last modified time | relevance | path

Searched refs:check_last_reboot (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/enterprise_CFM_Test/
Denterprise_CFM_Test.py129 self.reboot_log = cfm_helper.check_last_reboot(self.client)
135 self.reboot_log = cfm_helper.check_last_reboot(self.client)
140 self.reboot_log = cfm_helper.check_last_reboot(self.client)
547 if self.reboot_log == cfm_helper.check_last_reboot(self.client):
550 self.reboot_log = cfm_helper.check_last_reboot(self.client)
755 self.reboot_log = cfm_helper.check_last_reboot(self.client)
778 self.reboot_log = cfm_helper.check_last_reboot(self.client)
/external/autotest/client/common_lib/cros/manual/
Dcfm_helper.py36 def check_last_reboot(dut): function