summaryrefslogtreecommitdiff
path: root/client/tests/raisetest/raisetest.py
blob: 1c968b4bd50f7230e6aed59ce995c744ab1a4514 (plain)
1
2
3
4
5
6
7
8
9
from autotest_lib.client.bin import test
from autotest_lib.client.common_lib import error


class raisetest(test.test):
	version = 1

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