OLD | NEW |
---|---|
(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 = "BROWSER_TEST" | |
7 TIME = "LONG" | |
8 TEST_CATEGORY = "Functional" | |
9 TEST_CLASS = "DesktopUI" | |
10 TEST_TYPE = "client" | |
11 | |
12 DOC = """ | |
13 This is a wrapper test for Chrome browser_test | |
14 """ | |
15 | |
16 job.run_test('desktopui_BrowserTest') | |
OLD | NEW |