summaryrefslogtreecommitdiff
path: root/client/tests/aborttest/aborttest.py
blob: 5131cd1933d9c61dc48af4cfe302cd96ccb8d927 (plain)
1
2
3
4
5
6
7
8
from autotest.client.common_lib import error
from autotest_client.bin import test

class aborttest(test.test):
	version = 1

	def execute(self):
		raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')