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