blob: 6e8dadd29624824160a56177b0d614f18f72462c [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):
jadmanski0afbb632008-06-06 21:10:57 +00005 version = 1
mbligh9c5ac322007-10-31 18:01:59 +00006
jadmanski0afbb632008-06-06 21:10:57 +00007 def execute(self):
8 raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')