blob: 1df14b29b2726a58b97f5164d8bf9ea32bd03e69 [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.
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.'
SUITE = 'chameleon_dp, chameleon_hdmi'
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)