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