Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Djob_unittest.py481 self.job._check_post_reboot("sub")
498 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
516 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
Djob.py722 def _check_post_reboot(self, subdir, running_id=None): member in base_client_job