blob: 8e787fe74859b63ca0c0961b0c5d3cf048822cb7 [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 = "infra_ServerPythonVersion"
TIME = "SHORT"
TEST_TYPE = "server"
DOC = """Verify the Sever & Client Python Version."""
def run(machine):
job.run_test('infra_ServerPythonVersion',
host=hosts.create_host(machine))
parallel_simple(run, machines)