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