Searched refs:TestPushError (Results 1 – 3 of 3) sorted by relevance
175 raise errors.TestPushError('No task summary at %s' % path)179 raise errors.TestPushError('Corrupted task summary at %s' % path)182 raise errors.TestPushError('No run_id in task summary at %s' % path)
201 raise errors.TestPushError('Suite task %s is not successfully created.'217 raise errors.TestPushError('Test results are not consistent with '256 raise errors.TestPushError(
7 class TestPushError(Exception): class