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