# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. AUTHOR = 'pstew, quiche, wiley' NAME = 'network_WlanDriver' ATTRIBUTES = ('suite:network_nightly, suite:wifi_matfunc,' 'suite:wifi_matfunc_noservo') TIME = 'SHORT' TEST_TYPE = 'client' DOC = """ Ensure the detected wlan device has the correct associated kernel driver and that the driver is the expected revision. This test will fail if we find that mlan0/wlan0 has an odd driver release. """ job.run_test('network_WlanDriver')