1# Copyright (c) 2014 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 = 'sque dhsharp rapati'
6NAME = 'platform_Perf'
7PURPOSE = 'Verify that the perf tool works properly.'
8
9CRITERIA = """
10Successfully collect a perf data profile and verify that the contents are well
11formed.
12"""
13TIME = 'SHORT'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = 'platform'
16TEST_TYPE = 'client'
17JOB_RETRIES = 2
18
19ATTRIBUTES = 'suite:bvt-perbuild'
20
21DOC = """
22Runs 'perf record' and 'perf report'.
23"""
24
25job.run_test('platform_Perf')
26