1 AUTHOR = """ 2 Lucas Meneghel Rodrigues (lucasmr (a] br.ibm.com) 3 Rodrigo Sampaio (rsampaio (a] br.ibm.com) 4 """ 5 NAME = "DMA memtest" 6 TEST_TYPE = "client" 7 TEST_CLASS = "General" 8 TEST_CATEGORY = "Memory" 9 TIME = "MEDIUM" 10 DOC = """\ 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 19 job.run_test('dma_memtest') 20