HomeSort by relevance Sort by last modified time
    Searched refs:JobError (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/tests/aborttest/
aborttest.py 8 raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')
  /external/autotest/client/common_lib/
error.py 186 class JobError(AutotestError):
191 class UnhandledJobError(JobError):
194 if isinstance(unhandled_exception, JobError):
195 JobError.__init__(self, *unhandled_exception.args)
197 JobError.__init__(self, unhandled_exception)
205 JobError.__init__(self, msg)
309 class BarrierError(JobError):
319 class InstallError(JobError):
352 class HostInstallTimeoutError(JobError):
profiler_manager.py 7 class ProfilerNotPresentError(error.JobError):
10 error.JobError.__init__(self, msg, *args, **dargs)
  /external/autotest/client/tests/selftest/
selftest.py 32 raise error.JobError("selftest: sequence was " +
  /external/autotest/client/tests/kvm/
kvm.py 137 raise error.JobError("Abort requested (%s)" % e)
  /external/autotest/client/bin/
job.py 546 except error.JobError:
619 # is error.JobError as _runtest() turns all others into an
677 except error.JobError, e:
748 @raise JobError: Raised if the current configuration does not match the
764 raise error.JobError("Reboot failed: %s" % description)
775 raise error.JobError('Reboot failed: %s' % description)
829 raise error.JobError("Reboot returned with the wrong kernel")
    [all...]
job_unittest.py 619 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
637 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
703 self.assertRaises(error.JobError, self.job.end_reboot_and_verify,
kernel.py 586 raise error.JobError('kernel has no identity')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h     [all...]
  /external/autotest/server/
server_job.py 779 raise error.JobError(name + ' failed\n' + traceback.format_exc())
    [all...]

Completed in 122 milliseconds