Home | History | Annotate | Download | only in bin

Lines Matching refs:JobError

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")
950 raise error.JobError(msg)
1293 raise error.JobError(control + ": control file not found")
1313 except error.JobError, instance:
1328 # a JobError for us. If we get here, its likely an autotest bug.