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 = "ChromeOS Team" 6NAME = "stub_Pass" 7PURPOSE = "Demonstrate success methods of autotests." 8CRITERIA = "This test will always succeed." 9ATTRIBUTES = ( 10 "suite:stub, suite:stubclientretries, 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 = "stub" 17TEST_TYPE = "client" 18MAX_RESULT_SIZE_KB = 5000 19PY_VERSION = 3 20 21DOC = """ 22This is a helper test that will succeed. 23""" 24 25job.run_test('stub_Pass') 26