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')
