blob: 1c968b4bd50f7230e6aed59ce995c744ab1a4514 [file] [log] [blame]
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')