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 5 AUTHOR = "Chrome OS Team" 6 NAME = "dummy_Pass.actionable" 7 PURPOSE = "Demonstrate success methods of autotests." 8 CRITERIA = "This test will always succeed." 9 ATTRIBUTES = "suite:dummy, suite:dummyclientretries, suite:push_to_prod, suite:something_else" 10 TIME = "SHORT" 11 TEST_CATEGORY = "General" 12 TEST_CLASS = "dummy" 13 TEST_TYPE = "client" 14 DEPENDENCIES = "cleanup-reboot" 15 16 DOC = """ 17 This is a helper test that will succeed. 18 """ 19 20 job.run_test('dummy_Pass', tag='actionable') 21