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 5AUTHOR = "Emma Rapati <rapati@chromium.org>" 6NAME = "hardware_PerfCallgraphVerification" 7PURPOSE = "Verify that callchains can be profiled using perf" 8CRITERIA = """ 9Successfully collect a perf callchain profile and verify that the 10callchain is long enough. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "hardware" 15TEST_TYPE = "client" 16JOB_RETRIES = 2 17 18ATTRIBUTES = "suite:bvt-cq" 19 20DOC = """ 21Verify performance callchain 22""" 23 24job.run_test('hardware_PerfCallgraphVerification') 25