Home
last modified time | relevance | path

Searched refs:verify_update_events (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py78 self.verify_update_events(self._FORCED_UPDATE, rootfs_hostlog)
81 self.verify_update_events(
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py82 self.verify_update_events(source_release, rootfs)
83 self.verify_update_events(source_release, reboot, target_release)
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py93 self.verify_update_events(chromeos_version, rootfs_hostlog)
94 self.verify_update_events(chromeos_version, reboot_hostlog,
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py189 self.verify_update_events(self._CUSTOM_LSB_VERSION, rootfs_hostlog)
190 self.verify_update_events(self._CUSTOM_LSB_VERSION, reboot_hostlog,
/external/autotest/server/site_tests/autoupdate_Basic/
Dautoupdate_Basic.py36 self.verify_update_events(self._FORCED_UPDATE, rootfs_hostlog)
/external/autotest/server/site_tests/autoupdate_Periodic/
Dautoupdate_Periodic.py46 self.verify_update_events(self._CUSTOM_LSB_VERSION, rootfs_hostlog)
/external/autotest/server/site_tests/autoupdate_FromUI/
Dautoupdate_FromUI.py47 self.verify_update_events(self._CUSTOM_LSB_VERSION, rootfs_hostlog)
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/
Dautoupdate_StatefulCompatibility.py314 self.verify_update_events(source_release, rootfs)
315 self.verify_update_events(source_release, reboot, target_release)
/external/autotest/server/site_tests/autoupdate_Cellular/
Dautoupdate_Cellular.py58 self.verify_update_events(self._FORCED_UPDATE, rootfs_hostlog)
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py82 self.verify_update_events(self._FORCED_UPDATE, rootfs_hostlog)
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py704 def verify_update_events(self, source_release, hostlog_filename, member in UpdateEngineTest