Home
last modified time | relevance | path

Searched refs:JobError (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/common_lib/
Derror.py42 class JobError(AutotestError): class
46 class UnhandledJobError(JobError):
49 if isinstance(unhandled_exception, JobError):
50 JobError.__init__(self, *unhandled_exception.args)
52 JobError.__init__(self, unhandled_exception)
58 JobError.__init__(self, msg)
163 class BarrierError(JobError):
171 class InstallError(JobError):
202 class HostInstallTimeoutError(JobError):
Dprofiler_manager.py7 class ProfilerNotPresentError(error.JobError):
10 error.JobError.__init__(self, msg, *args, **dargs)
/external/autotest/client/bin/self-test/tests/
D015-exception-output1 raise JobError("--SELFTEST-- JobError")
D015-exception-output-out1 JOB ERROR: --SELFTEST-- JobError
/external/autotest/client/tests/aborttest/
Daborttest.py8 raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/autotest/client/bin/
Djob.py500 except error.JobError:
631 except error.JobError, e:
718 raise error.JobError("Reboot failed: %s" % description)
729 raise error.JobError('Reboot failed: %s' % description)
836 raise error.JobError(msg)
1174 raise error.JobError(control + ": control file not found")
1194 except error.JobError, instance:
Djob_unittest.py497 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
515 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
/external/autotest/client/tests/selftest/
Dselftest.py32 raise error.JobError("selftest: sequence was " +
/external/autotest/server/
Dserver_job.py990 raise error.JobError(name + ' failed\n' + traceback.format_exc())