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 = "llozano@chromium.org cmtice@chromium.org bjanakiraman@chromium.org"
6NAME = "telemetry_AFDOGenerateClient"
7PURPOSE = "Navigate a set of pages so that a Chrome profile can be captured"
8ATTRIBUTES = "suite:AFDO_page_replay"
9TIME = "LONG"
10TEST_CATEGORY = "Benchmark"
11TEST_CLASS = "Chrome AFDO"
12TEST_TYPE = "client"
13RETRIES = 1
14
15DOC = """
16Run a pre-defined set of pages for the DUT for Chrome profile collection.
17
18The purpose of this test is to exercise chrome with a meaningful set
19of pages while a profile of Chrome is captured. It also aims at using
20the minimum set of functionality from Telemetry since Telemetry is not
21very stable on ChromeOS at this point.
22
23This test is designed to be called from the telemetry_AFDOGenerate
24server test. The server test will start the "perf" profiling tool on
25the DUT before starting this test. It will also capture the chrome
26profile and upload it to Google Storage to be used for an optimized
27build of Chrome.
28"""
29
30job.run_test('telemetry_AFDOGenerateClient')
31