blob: 11c64cc332aab425e7829c5fab3c21dd7a885119 [file] [log] [blame]
# Copyright 2021 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 = 'dbeckett'
NAME = 'stub_ServerToClientPass'
TIME = 'SHORT'
TEST_CATEGORY = 'General'
TEST_CLASS = 'stub'
TEST_TYPE = 'server'
ATTRIBUTES = 'suite:infra_qual'
DOC = """
Stub to verify a client test can be kicked off and passes from a server test.
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test('stub_ServerToClientPass', host=host)
parallel_simple(run, machines)