# Copyright 2016 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 = 'krisr, bmahadev'
NAME = 'android_ACTS.WiFiSanity'
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_wifi_sanity'
DEPENDENCIES = 'androidwificell'

DOC = """
This test runs WiFiSanity against a WiFi test bed.

"""

def run(machine):
    job.run_test('android_ACTS',
                 testbed=hosts.create_testbed(machine),
                 config_file='android1758-row3-rack1-server.config',
                 test_file='wifi_sanity',
                 acts_timeout=18000)

parallel_simple(run, machines)