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