1 AUTHOR = "Gregory Smith <gps (a] google.com>"
2 NAME = "error test for FAIL"
3 TEST_TYPE = "client"
4 TEST_CLASS = "General"
5 TEST_CATEGORY = "Functional"
6 TIME = "SHORT"
7 DOC = """Raise a TestFail. This is for testing Autotest itself."""
8
9 job.run_test('error_test_fail')
10