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