| # 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 = 'wiley, pstew, quiche' |
| NAME = 'network_WiFi_MissingBeacons' |
| TIME = 'SHORT' |
| TEST_TYPE = 'Server' |
| SUITE = 'wifi_matfunc' |
| DEPENDENCIES = 'wificell' |
| |
| DOC = """ |
| This test checks how fast the DUT responds to beacon loss when an AP |
| completely disappears. Check this by taking down an AP without first |
| deauthing the client and watching for when the client reports that it |
| has disconnected. |
| |
| """ |
| |
| |
| def run(machine): |
| job.run_test('network_WiFi_MissingBeacons', |
| host=hosts.create_host(machine), |
| raw_cmdline_args=args) |
| |
| |
| parallel_simple(run, machines) |