1 # Copyright 2017 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 = "ChromeOS team" 6 NAME = "platform_LogoutPerf" 7 ATTRIBUTES = "suite:bvt-perbuild, suite:crosbolt_perf_perbuild" 8 TIME = "SHORT" 9 TEST_CATEGORY = "General" 10 TEST_CLASS = "login" 11 TEST_TYPE = "client" 12 13 DOC = """ 14 This test measures the time elapsed for signing out from a logged on 15 GAIA account. 16 17 The test logs in using the telemetry gaia_login flag, and navigates to 18 accounts.google.com to verify that we're logged in to gaia, as opposed 19 to fake telemetry login, then we press the ctrl+shift+q twice to sign 20 out and measures the time elasped between the uptime metric 'logout-started' 21 and 'chrome-exec'. 22 """ 23 24 job.run_test('platform_LogoutPerf') 25