1 # Copyright 2015 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "Emma Rapati <rapati (a] chromium.org>" 6 NAME = "hardware_PerfCallgraphVerification" 7 PURPOSE = "Verify that callchains can be profiled using perf" 8 CRITERIA = """ 9 Successfully collect a perf callchain profile and verify that the 10 callchain is long enough. 11 """ 12 TIME = "SHORT" 13 TEST_CATEGORY = "Functional" 14 TEST_CLASS = "hardware" 15 TEST_TYPE = "client" 16 JOB_RETRIES = 2 17 18 ATTRIBUTES = "suite:bvt-cq" 19 20 DOC = """ 21 Verify performance callchain 22 """ 23 24 job.run_test('hardware_PerfCallgraphVerification') 25