1TIME="SHORT" 2AUTHOR = "Ranjit Manomohan" 3DOC = """ 4memory api tests run through a series of memory allocation calls which may 5then be used to analyze the kernel mappings of the corresponding memory areas. 6""" 7NAME = 'memory_api' 8TEST_CLASS = 'kernel' 9TEST_CATEGORY = 'Functional' 10TEST_TYPE = 'client' 11 12 13job.run_test('memory_api') 14