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