blob: 9a5bdec8147f908729f21b7f1345298ac12c8a94 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# 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.enableDisableWiFi'
TEST_TYPE = 'Server'
SUITE = 'wifi_matfunc'
DEPENDENCIES = 'wificell'
DOC = """
WiFi_ChromeEndToEnd test configures two APs and runs the client side
network_ChromeWifiEndToEnd test to check that enabling and disabling of wifi
works as expected via Chrome.
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test('network_WiFi_ChromeEndToEnd',
host=host,
raw_cmdline_args=args,
test='enableDisableWiFi')
parallel_simple(run, machines)