# Copyright (c) 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 = "ChromeOS Team" NAME = "infra_PythonVersion.3" PURPOSE = "Verify the python version running the test" TIME = "SHORT" TEST_CATEGORY = "General" TEST_TYPE = "client" PY_VERSION = 3 DOC = """Verify the python version running the test.""" args_dict = utils.args_to_dict(args) job.run_test('infra_PythonVersion', case=3)