• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2010 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 = "Chromium OS Project"
6NAME = "desktopui_GmailLatency"
7PURPOSE = "Basic test of performance and latency of Gmail on Chrome OS."
8CRITERIA = """
9This test will fail if the URL fails to load or the test does not complete
10within the allotted time.
11"""
12TIME = "MEDIUM"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "desktopui"
15TEST_TYPE = "client"
16
17DOC = """
18This test opens a new browser to the internal Gmail latency test URL and
19waits for the test to complete.
20TODO(sosa@chromium.org) - Must find way to bring over tests from image (add
21to chromium buildbot, etc).  url_fetch_test is from ~chromium/src/chrome/test
22TODO(sjg@chromium.org) - Create an externally-accessible URL for use by this
23test. At present the test can only be run by one dev, and is intended for use
24by the Gmail team.
25TODO(sjg@chromium.org) - Move this to use PyAuto or some other mechanism
26which uses the running Chrome and doesn't involve us including a binary with
27this test
28"""
29
30job.run_test('desktopui_GmailLatency')
31