blob: a5393f2e8df3fb1215aef90e32cb6bbd41278c30 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'network_WiFi_VerifyRouter'
METADATA = {
'contacts': ['chromeos-connectivity-engprod@google.com'],
'bug_component': 'b:978946',
'criteria': 'This test is designed to check as quickly as possible that a '
'dual radio router is working correctly.',
'hw_agnostic': False
}
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell, peripheral_wifi_state:WORKING, wifi_router_models:gale'
ATTRIBUTES = 'suite:bluetooth_wifi_testbed_update, suite:wificell_dut_validation'
def run(machine):
host = hosts.create_host(machine)
job.run_test('network_WiFi_VerifyRouter',
host=host,
raw_cmdline_args=args)
parallel_simple(run, machines)