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