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