blob: 77064f41c994481c9e0297d77d88b1e42276442e [file] [log] [blame]
# Copyright (c) 2020 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 = 'matthewmwang'
NAME = 'network_WiFi_RoamDiagnostics'
TIME = 'LONG'
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell'
DOC = """
Bring up two APs and attenuate them around several values to observe and assess
roam stickiness.
"""
def run(machine):
job.run_test('network_WiFi_RoamDiagnostics',
host=hosts.create_host(machine),
raw_cmdline_args=args,
pcap_as_router=True)
parallel_simple(run, machines)