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