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
5AUTHOR = "Chrome OS Team"
6NAME = "dummy_RepeatArgs"
7PURPOSE = "Log the control file args."
8CRITERIA = "This test will always succeed."
9TIME = "SHORT"
10TEST_CATEGORY = "General"
11TEST_CLASS = "dummy"
12TEST_TYPE = "server"
13
14DOC = """
15This is a helper test that will succeed.
16"""
17
18logging.info(args)
19
20