blob: 08626c219aa953e81fd67bbe25dfdbf4b484e086 [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'harpreet, krisr, wiley'
TIME = 'SHORT'
NAME = 'network_WiFi_ChromeEndToEnd.autoconnectWiFi'
TEST_TYPE = 'Server'
ATTRIBUTES = ''
DEPENDENCIES = 'wificell,peripheral_wifi_state:WORKING'
HW_DEPS = ['!chromeless_tty,!chromeless_tests']
DOC = """
Configures wifi APs and tests that the DUT autoconnects to a previously
connected wifi network.
"""
METADATA = {
'contacts': ['chromeos-connectivity-engprod@google.com'],
'bug_component': 'b:978946',
'criteria': 'Test autoconnect to previously connected WiFi network',
'hw_agnostic': False
}
def run(machine):
host = hosts.create_host(machine)
job.run_test('network_WiFi_ChromeEndToEnd',
host=host,
raw_cmdline_args=args,
test='autoconnectWiFi')
parallel_simple(run, machines)