1AUTHOR = "Martin Bligh <mbligh@google.com>"
2NAME = "Abort test"
3TEST_TYPE = "client"
4TEST_CLASS = "General"
5TEST_CATEGORY = "Functional"
6TIME = "SHORT"
7DOC = """\
8Raise a JobError to simulate a test aborting.  This is for testing Autotest
9itself.
10"""
11
12job.run_test('aborttest')
13