blob: 2f52e1516b3bb2950e65a1befd9097c8f0c687d0 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "deanliao@chromium.org"
METADATA = {
'contacts': ['chromeos-wifi-champs@google.com'],
}
NAME = "wifi_matfunc_flaky"
PURPOSE = "Test basic WiFi functionalities in a flaky suite."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
The suite is a placeholder for new WiFi tests or tests that have
high fail rate.
It is also the landing suite for new/ported WiFi Tast tests. After a test is
stable enough (say at least the same pass rate compare to Autotest
version), the test can be moved to suite:wifi_matfunc.
Refer to https://goto.google.com/cros-wifi-tast-suites for detail.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['add_experimental'] = True
args_dict['max_runtime_mins'] = 60
args_dict['name'] = NAME
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)