1# Copyright 2021 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "dbeckett" 6NAME = "infra_ServerPythonVersion.3" 7TIME = "SHORT" 8TEST_TYPE = "server" 9DOC = """Verify the Sever & Client Python Version.""" 10PY_VERSION = 3 11ATTRIBUTES = "suite:py3-beta" 12 13def run(machine): 14 job.run_test('infra_ServerPythonVersion', 15 host=hosts.create_host(machine), 16 case=3) 17 18parallel_simple(run, machines) 19