blob: f97cfcab8c5933143a5ab82a159ee18773361c1b [file] [log] [blame]
AUTHOR = "Martin Bligh <mbligh@google.com>"
EXPERIMENTAL = 'True' # Not really, but this is only for testing autotest...
# not testing _with_ autotest.
NAME = "Abort test"
TEST_TYPE = "client"
TEST_CLASS = "General"
TEST_CATEGORY = "Functional"
TIME = "SHORT"
DOC = """\
Raise a JobError to simulate a test aborting. This is for testing Autotest
itself.
"""
job.run_test('aborttest')