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.actionable" 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) 13TIME = "SHORT" 14TEST_CATEGORY = "General" 15TEST_CLASS = "stub" 16TEST_TYPE = "client" 17DEPENDENCIES = "cleanup-reboot" 18PY_VERSION = 3 19 20DOC = """ 21This is a helper test that will succeed. 22""" 23 24job.run_test('stub_Pass', tag='actionable') 25