blob: cccca0ee2558df28706441c8f006d7e0bd34b2b0 [file] [log] [blame]
# Copyright 2017 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 = 'bmahadev, gmoturu'
NAME = 'android_ACTS.softApStress'
TIME = 'LONG'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:android_wifi_softApStress'
DOC = """
This test runs softAP stress test.
"""
def run(machine):
job.run_test('android_ACTS',
testbed=hosts.create_testbed(machine),
config_file='softApStress.config',
test_file='softApStress',
additional_cmd_line_params="-r 10000",
acts_timeout=72000)
parallel_simple(run, machines)