blob: 7de22a41d6178e9dbe11d4f57cfa5a0eaadd46e5 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "uwb_ota"
METADATA = {
"contacts": ["chromeos-uwb-team@google.com"],
"bug_component": "b:1133455", # ChromeOS > Platform > Connectivity > UWB
}
PURPOSE = "Automated testing of stable OTA UWB exploration tests."
TIME = "Medium"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This suite runs the set of stable OTA UWB related tests.
"""
import common
from autotest_lib.server.cros.dynamic_suite import dynamic_suite
args_dict['name'] = NAME
args_dict['add_experimental'] = True
args_dict['job'] = job
dynamic_suite.reimage_and_run(**args_dict)