Lines Matching refs:job
86 def _process_execute(self, job):
88 Executes a test job using the given test data in job.
90 @param: job: a BackendJob
97 LOG.info('Executing tests (%s)' % job.getId())
98 result = self._process_doTests(job)
110 def _process_doTests(self, job):
118 testSpecs = self._getTests(job)
122 LOG.warn('%s, %s' % (msg, job.getId()))
133 testdata = repeatField.getAccessor()(job[repeatField.getName()])
137 LOG.warn('%s, %s' % (msg, job.getId()))
142 submission = job['submission']
185 inverted = job['inverted']