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