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 = "suite:dummy, suite:dummyclientretries, suite:push_to_prod, suite:something_else" 10TIME = "SHORT" 11TEST_CATEGORY = "General" 12TEST_CLASS = "dummy" 13TEST_TYPE = "client" 14MAX_RESULT_SIZE_KB = 5000 15 16DOC = """ 17This is a helper test that will succeed. 18""" 19 20job.run_test('dummy_Pass') 21