blob: 2e2256c09bd0d3f552f28be2ff6300f5e6140ca2 [file] [log] [blame]
# Copyright (c) 2012 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 = "cmasone@google.com"
NAME = "network_WiFiInterop"
TIME = "SHORT"
TEST_TYPE = "Server"
DOC = """
This test attempts to connect to an access point as defined in the chaos lab
configuration file at client/config/chaos_router_list.ini
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test("network_WiFiInterop", host=host)
parallel_simple(run, machines)