1 AUTHOR = '''mohd.omar (a] in.ibm.com (Mohammed Omar)''' 2 3 NAME = "Posix test" 4 5 TIME = "MEDIUM" 6 TEST_CLASS = "Kernel" 7 TEST_CATEGORY = "Functional" 8 TEST_TYPE = "Client" 9 10 DOC = "Runs the Posix test suite from http://posixtest.sourceforge.net" 11 12 13 job.run_test('posixtest') 14