blob: 03980e532b76d1e3bc297ba54b05fa5bbd9e73d5 [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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = 'matthewmwang'
NAME = 'network_WiFi_RoamNatural'
TIME = 'LONG'
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell'
DOC = """
Bring up two APs and attenuate them around several values to observe and assess
roam behavior.
"""
def run(machine):
job.run_test('network_WiFi_RoamNatural',
host=hosts.create_host(machine),
raw_cmdline_args=args,
pcap_as_router=True)
parallel_simple(run, machines)