blob: 44ceb1784cd2feeaf9fd6dffc6dbfb7c19489438 [file] [log] [blame]
mbligh9f857922008-06-05 16:19:07 +00001from autotest_lib.client.common_lib import error
2from autotest_lib.client.bin import test
mbligh9c5ac322007-10-31 18:01:59 +00003
4class aborttest(test.test):
5 version = 1
6
7 def execute(self):
mblighe829ba52008-06-03 15:04:08 +00008 raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')