Home | History | Annotate | Download | only in platform_Quipper
      1 # Copyright (c) 2014 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 = "sque dhsharp rapati"
      6 NAME = "platform_Quipper"
      7 PURPOSE = "Test CWP's quipper tool."
      8 
      9 CRITERIA = """
     10 Successfully collect a perf data profile through quipper and make sure there is
     11 a non-empty protobuf output.
     12 """
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "Functional"
     15 TEST_CLASS = "platform"
     16 TEST_TYPE = "client"
     17 JOB_RETRIES = 2
     18 
     19 ATTRIBUTES = "suite:experimental"
     20 
     21 DOC = """
     22 Verify that CWP's quipper tool can successfully call perf to collect a profile,
     23 process it, and serialize it to a protobuf.
     24 """
     25 
     26 job.run_test('platform_Quipper')
     27