1 # Copyright (c) 2013 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_RepeatArgs" 7 PURPOSE = "Log the control file args." 8 CRITERIA = "This test will always succeed." 9 TIME = "SHORT" 10 TEST_CATEGORY = "General" 11 TEST_CLASS = "dummy" 12 TEST_TYPE = "server" 13 14 DOC = """ 15 This is a helper test that will succeed. 16 """ 17 18 logging.info(args) 19 20