blob: 103ae50210a0991d2c9b62371a53d5a1ddcc328c [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_UpdateRouter'
METADATA = {
'contacts': ['chromeos-connectivity-engprod@google.com'],
'bug_component': 'b:978946',
'criteria': 'This test updates the router in WiFi cell to the latest stable version.',
'hw_agnostic': False
}
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell, peripheral_wifi_state:WORKING'
ATTRIBUTES = ''
def run(machine):
job.run_test('network_WiFi_UpdateRouter',
host=hosts.create_host(machine),
raw_cmdline_args=args)
parallel_simple(run, machines)