blob: 415f45bfc5d5184c5e17de06215e6143170509e8 [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.findVerifyWiFiNetworks'
TEST_TYPE = 'Server'
ATTRIBUTES = ('suite:wifi_endtoend, suite:infra_qual_wifi')
DEPENDENCIES = 'wificell, peripheral_wifi_state:WORKING'
HW_DEPS = ['!chromeless_tty,!chromeless_tests']
DOC = """
WiFi_ChromeEndToEnd test configures two APs and runs the client side
network_ChromeWifiEndToEnd test to find and validate wifi networks
in range via Chrome.
"""
METADATA = {
'contacts': ['chromeos-connectivity-engprod@google.com'],
'bug_component': 'b:978946',
'criteria': 'Find and validate WiFi network in range via Chrome',
'hw_agnostic': False
}
def run(machine):
host = hosts.create_host(machine)
job.run_test('network_WiFi_ChromeEndToEnd',
host=host,
raw_cmdline_args=args,
test='findVerifyWiFiNetworks')
parallel_simple(run, machines)