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