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 = 'network_nightly, wifi_matfunc'
      9 TIME = 'SHORT'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13 Ensure the detected wlan device has the correct associated kernel driver and
     14 that the driver is the expected revision.  This test will fail if we find
     15 that mlan0/wlan0 has an odd driver release.
     16 """
     17 
     18 
     19 job.run_test('network_WlanDriver')
     20