blob: c1d1fcd9639c84a39f765669f61960daa3084877 [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/disconnect/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, tries=2)
parallel_simple(run, machines)