blob: 88ce8cd5a44eb340aef27a4afe22d3b16849c0f6 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "chinglin yu"
NAME = "platform_DebugDaemonPerfDataInFeedbackLogs"
PURPOSE = "Verify that feedback logs contain perf data"
CRITERIA = """
GetFeedbackLogs must contain a perf profile.
"""
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
JOB_RETRIES = 2
ATTRIBUTES = "suite:bvt-perbuild"
DOC = """
Exercises the debugd GetFeedbackLogs API and checks for a valid perf profile.
"""
job.run_test('platform_DebugDaemonPerfDataInFeedbackLogs')