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