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