1 NAME = "Profiler Test" 2 AUTHOR = "Mihai Rusu <dizzy (a] google.com>" 3 TIME = "SHORT" 4 TEST_CATEGORY = "Functional" 5 TEST_CLASS = "General" 6 TEST_TYPE = "Client" 7 DOC = """ 8 Tests a profiler (adds it, starts it, waits a couple of seconds then it 9 stops it, generates the profiler report and removes it). 10 """ 11 12 job.run_test('profiler_test', profiler='oprofile') 13