1# Copyright 2014 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 = 'chromeos-chameleon' 6NAME = 'display_ClientChameleonConnection' 7PURPOSE = 'Chameleon connection test from client-side.' 8CRITERIA = 'This test fails if DUT and Chameleon are not connected properly.' 9ATTRIBUTES = "suite:chameleon_dp, suite:chameleon_dp_hdmi, suite:chameleon_hdmi, suite:chameleon_vga" 10TIME = 'SHORT' 11TEST_CATEGORY = 'Functional' 12TEST_CLASS = 'display' 13TEST_TYPE = 'client' 14DEPENDENCIES = 'chameleon' 15 16DOC = """ 17This test checks the connection between DUT and Chameleon. 18""" 19 20host = next(iter(job.hosts)) 21job.run_test('display_ClientChameleonConnection', host=host, args=args) 22