Home | History | Annotate | Download | only in network_WlanDriver
      1 # Copyright (c) 2013 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 = 'pstew, quiche, wiley'
      6 NAME = 'network_WlanDriver'
      7 ATTRIBUTES = ('suite:network_nightly, suite:wifi_matfunc,'
      8               'suite:bvt-perbuild, suite:wificell-pre-cq')
      9 TIME = 'SHORT'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13 Ensure we detected a wlan device and that it has the correct associated kernel
     14 driver and revision.  This test will fail if we find that mlan0/wlan0 has an
     15 odd driver release, or if it is missing entirely.
     16 """
     17 
     18 
     19 job.run_test('network_WlanDriver')
     20