blob: 73bae5b7e9c270a66d8229f9ff675bcc278010a9 [file] [log] [blame]
mbligh2b8cd192008-11-20 17:27:17 +00001TIME="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')