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