blob: b0c2da52cb14499723b9e68687a3ade8ff8bc492 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "dummy_Pass"
PURPOSE = "Demonstrate success methods of autotests."
CRITERIA = "This test will always succeed."
SUITE = "something_else,dummy"
EXPERIMENTAL = "True"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "dummy"
TEST_TYPE = "client"
DOC = """
This is a helper test that will succeed.
"""
job.run_test('dummy_Pass')