aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/dummy_RepeatArgs/control
blob: a39706d31db40142a3d534cf8e0328c79130da87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

AUTHOR = "Chrome OS Team"
NAME = "dummy_RepeatArgs"
PURPOSE = "Log the control file args."
CRITERIA = "This test will always succeed."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "dummy"
TEST_TYPE = "server"

DOC = """
This is a helper test that will succeed.
"""

logging.info(args)