• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2011 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 = "Chrome OS Team"
6NAME = "dummy_Pass"
7PURPOSE = "Demonstrate success methods of autotests."
8CRITERIA = "This test will always succeed."
9ATTRIBUTES = (
10        "suite:dummy, suite:dummyclientretries, suite:push_to_prod,"
11        " suite:skylab_staging_test, suite:something_else,"
12        " suite:dev_drone_image_test, suite:infra_qual"
13)
14TIME = "SHORT"
15TEST_CATEGORY = "General"
16TEST_CLASS = "dummy"
17TEST_TYPE = "client"
18MAX_RESULT_SIZE_KB = 5000
19
20DOC = """
21This is a helper test that will succeed.
22"""
23
24job.run_test('dummy_Pass')
25