blob: 076d8889356f7fa765c75f9673df4a92c975ad08 [file] [log] [blame]
# Copyright 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 = 'zqiu, wiley, pstew'
NAME = 'apmanager_SimpleConnect'
TIME = 'SHORT'
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell'
DOC = """
This test verifies that DUT can connect to an WiFi network created using
apmanager.
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test('apmanager_SimpleConnect',
host=host,
raw_cmdline_args=args)
parallel_simple(run, machines)