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