blob: 6467f62e82e7abdcc8b9145defc7be48f5a3aa66 [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 = "chromeos-commercial-networking@google.com"
METADATA = {
'contacts': ['chromeos-commercial-networking@google.com'],
'bug_component': 'b:1000044', # ChromeOS > Software > Commercial (Enterprise) > Commercial Networking
'criteria': 'Tauto wrapper for wifi_commercial tast tests',
}
NAME = "wifi_commercial"
PURPOSE = "Verify enterprise/commercial functionality w.r.t WiFi Connectivity."
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "suite"
TEST_TYPE = "Server"
DOC = """
This suite consists of tests that validate enterprise settings like proxy, certs
etc, on client (DUT) by connecting to WiFi network.
This suite contains stable tast tests.
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)