1 AUTHOR = "Gregory Smith <gps (a] google.com>" 2 NAME = "error test for top level TestNAError == TEST_NA" 3 TEST_TYPE = "client" 4 TEST_CLASS = "General" 5 TEST_CATEGORY = "Functional" 6 TIME = "SHORT" 7 DOC = """Raise a TestNAError directly; for testing Autotest itself.""" 8 9 10 raise error.TestNAError('top level of this control file says N/A') 11