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