1# Copyright 2018 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 = "ChromeOS Team" 6NAME = "platform_DebugDaemonGetPerfOutputFd" 7PURPOSE = "Verify that debugd's GetPerfOutputFd and StopPerf works." 8 9CRITERIA = """ 10GetPerfOutputFd must return a valid, non-empty protobuf through the pipe. 11StopPerf must stop the perf session. 12""" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "platform" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18 19ATTRIBUTES = "suite:bvt-perbuild" 20 21DOC = """ 22Exercises the debugd GetPerfOutputFd and StopPerf API. 23""" 24 25job.run_test('platform_DebugDaemonGetPerfOutputFd') 26