blob: 0b693bd27beb822d2b9c80652accda0ed8f465c3 [file] [log] [blame]
# Copyright 2013 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is a helper test that will succeed.
NAME = "stub_PassServer"
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': "b:1284375", # ChromeOS > Test > Harness > Tauto > Examples
'criteria': 'This test will always succeed'
}
ATTRIBUTES = "suite:dummy_server, suite:pvs-quick-check, suite:cft_ctf_test_suite"
TIME = "SHORT"
TEST_TYPE = "server"
MAX_RESULT_SIZE_KB = 6000
def run(machine):
job.run_test('stub_PassServer',
host=hosts.create_host(machine))
parallel_simple(run, machines)