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