1 # Copyright (c) 2018 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, briannorris' 6 NAME = 'network_WlanDriver.bvt' 7 ATTRIBUTES = 'suite:bvt-perbuild' 8 TIME = 'SHORT' 9 TEST_TYPE = 'client' 10 11 DOC = """ 12 Ensure we detected a wlan device and that it has the correct associated kernel 13 driver and revision. This test will fail if we find that mlan0/wlan0 has an 14 odd driver release, or if it is missing entirely. 15 16 This version may forgive certain devices that are known to be permanently 17 flaky, for expediency. 18 """ 19 20 21 job.run_test('network_WlanDriver', forgive_flaky=True) 22