1 # Copyright (c) 2013 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 = "asharif bjanakiraman" 6 NAME = "platform_DebugDaemonGetPerfData" 7 PURPOSE = "Verify that debugd's GetPerfOutput works." 8 9 CRITERIA = """ 10 GetPerfData must return a valid, non-empty protobuf. 11 """ 12 TIME = "SHORT" 13 TEST_CATEGORY = "Functional" 14 TEST_CLASS = "platform" 15 TEST_TYPE = "client" 16 JOB_RETRIES = 2 17 18 ATTRIBUTES = "suite:bvt-cq" 19 20 DOC = """ 21 Exercises the debugd GetPerfData API. 22 """ 23 24 job.run_test('platform_DebugDaemonGetPerfData') 25