blob: f8b45a98d9a291ea4d891b6ba3158367e611b39d [file] [log] [blame]
# 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_PassServer"
PURPOSE = "Demonstrate success methods of autotests."
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.
"""
def run(machine):
job.run_test('dummy_PassServer',
host=hosts.create_host(machine))
parallel_simple(run, machines)