• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
12
13DOC = """
14This test measures the time elapsed for signing out from a logged on
15GAIA account.
16
17The test logs in using the telemetry gaia_login flag, and navigates to
18accounts.google.com to verify that we're logged in to gaia, as opposed
19to fake telemetry login, then we press the ctrl+shift+q twice to sign
20out and measures the time elasped between the uptime metric 'logout-started'
21and 'chrome-exec'.
22"""
23
24job.run_test('platform_LogoutPerf')
25