blob: 759500467663f6fd980bcbccb832bd852645132f [file] [log] [blame]
from autotest_lib.client.common_lib import error
from autotest_lib.client.bin import test
class error_test_fail(test.test):
version = 1
def execute(self):
raise error.TestFail("This test always fails.")