Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Side by Side Diff: client/site_tests/desktopui_SyncIntegrationTests/control

Issue 3209004: Moved chrome autotests to chromium depot (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: updates Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
5 AUTHOR = "Chrome OS Team"
6 NAME = "desktopui_SyncIntegrationTests"
7 PURPOSE = "Verify sync capability of Chrome."
8 CRITERIA = """
9 This test will fail if any of the commands chrome executes returns an error.
10 """
11 TIME = "LONG"
12 TEST_CATEGORY = "Functional"
13 TEST_CLASS = "desktopui"
14 TEST_TYPE = "client"
15
16 DOC = """
17 This is a wrapper test for Chrome sync_integration_tests.
18 """
19
20 job.run_test('desktopui_SyncIntegrationTests')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698