blob: 788e75a66d98c3f7bf75695a076824c1b021a379 [file] [log] [blame]
Christopher Wiley17091472013-11-12 10:13:35 -08001# 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
Christopher Wileyc81c6702013-11-20 10:22:17 -08005AUTHOR = 'wiley, pstew, quiche'
Christopher Wiley17091472013-11-12 10:13:35 -08006NAME = 'network_WiFi_MissingBeacons'
7TIME = 'SHORT'
8TEST_TYPE = 'Server'
Bindu Mahadev4b5cd362014-12-12 15:08:14 -08009SUITE = 'wifi_matfunc, wifi_matfunc_bcm4356, wifi_matfunc_marvell8897'
Christopher Wiley17091472013-11-12 10:13:35 -080010DEPENDENCIES = 'wificell'
11
12DOC = """
13This test checks how fast the DUT responds to beacon loss when an AP
14completely disappears. Check this by taking down an AP without first
15deauthing the client and watching for when the client reports that it
16has disconnected.
17
18"""
19
20
21def run(machine):
22 job.run_test('network_WiFi_MissingBeacons',
23 host=hosts.create_host(machine),
24 raw_cmdline_args=args)
25
26
27parallel_simple(run, machines)