Home | History | Annotate | Download | only in display_ClientChameleonConnection
      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_hdmi, suite:chameleon_vga"
     10 SUITE = 'chameleon_dp,chameleon_hdmi,chameleon_vga'
     11 TIME = 'SHORT'
     12 TEST_CATEGORY = 'Functional'
     13 TEST_CLASS = 'display'
     14 TEST_TYPE = 'client'
     15 DEPENDENCIES = 'chameleon'
     16 
     17 DOC = """
     18 This test checks the connection between DUT and Chameleon.
     19 """
     20 
     21 host = next(iter(job.hosts))
     22 job.run_test('display_ClientChameleonConnection', host=host, args=args)
     23