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:wifi_matfunc_noservo, suite:bvt-perbuild,'
      9               'suite:wificell-pre-cq')
     10 TIME = 'SHORT'
     11 TEST_TYPE = 'client'
     12 
     13 DOC = """
     14 Ensure we detected a wlan device and that it has the correct associated kernel
     15 driver and revision.  This test will fail if we find that mlan0/wlan0 has an
     16 odd driver release, or if it is missing entirely.
     17 """
     18 
     19 
     20 job.run_test('network_WlanDriver')
     21