1AUTHOR = """ 2Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) 3Rodrigo Sampaio (rsampaio@br.ibm.com) 4""" 5NAME = "DMA memtest" 6TEST_TYPE = "client" 7TEST_CLASS = "General" 8TEST_CATEGORY = "Memory" 9TIME = "MEDIUM" 10DOC = """\ 11 A test for the memory subsystem against heavy IO and DMA operations, 12 implemented based on the work of Doug Leford 13 (http://people.redhat.com/dledford/memtest.shtml). 14 It will uncompress several copies of the linux kernel in a way that will 15 force the system to go swap, then will compare the trees generated for 16 differences. 17""" 18 19job.run_test('dma_memtest') 20