• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 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 = "chinglin yu"
6NAME = "platform_DebugDaemonPerfDataInFeedbackLogs"
7PURPOSE = "Verify that feedback logs contain perf data"
8
9CRITERIA = """
10GetFeedbackLogs must contain a perf profile.
11"""
12TIME = "MEDIUM"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "platform"
15TEST_TYPE = "client"
16JOB_RETRIES = 2
17
18ATTRIBUTES = "suite:bvt-perbuild"
19
20DOC = """
21Exercises the debugd GetFeedbackLogs API and checks for a valid perf profile.
22"""
23
24job.run_test('platform_DebugDaemonPerfDataInFeedbackLogs')
25