blob: 669846c1e906ec9811871ff06c7d107da2ef126f [file] [log] [blame]
# Copyright 2014 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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = 'chromeos-chameleon'
NAME = 'display_ClientChameleonConnection'
PURPOSE = 'Chameleon connection test from client-side.'
CRITERIA = 'This test fails if DUT and Chameleon are not connected properly.'
ATTRIBUTES = "suite:chameleon_dp, suite:chameleon_dp_hdmi, suite:chameleon_hdmi, suite:chameleon_vga"
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'display'
TEST_TYPE = 'client'
DEPENDENCIES = 'chameleon'
DOC = """
This test checks the connection between DUT and Chameleon.
"""
host = next(iter(job.hosts))
job.run_test('display_ClientChameleonConnection', host=host, args=args)