1# Copyright (c) 2020 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
5AUTHOR = "jakobczyk@google.com"
6NAME = "wifi_atten_roam_perf"
7PURPOSE = "Measure WiFi roaming performance/correctness in simulated DUT movement scenarios."
8
9TIME = "LENGTHY"
10TEST_CATEGORY = "General"
11TEST_CLASS = "suite"
12TEST_TYPE = "Server"
13
14DOC = """
15This suite is for WiFi roaming tests that provide data set for analysis rather than clear pass/fail criteria.
16The tests require a setup with two APs connected via a variable attenunator and are executed in the grover pool.
17"""
18
19import common
20from autotest_lib.server.cros.dynamic_suite import dynamic_suite
21
22args_dict['add_experimental'] = True
23args_dict['max_runtime_mins'] = 60 * 5
24args_dict['name'] = NAME
25args_dict['job'] = job
26
27dynamic_suite.reimage_and_run(**args_dict)
28