blob: 3c733e1c81ce588e6af81b4563d032e0bb5398c1 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'The ChromiumOS Authors'
NAME = 'tast.wificell-atten-roam-perf'
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': 'b:1034523', # ChromeOS > Test > Harness > Tauto
'criteria': 'Tauto wrapper for specified tast tests',
}
TIME = 'LENGTHY'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:wifi_atten_roam_perf'
MAX_RESULT_SIZE_KB = 1024 * 1024
PY_VERSION = 3
DEPENDENCIES = 'peripheral_wifi_state:WORKING'
DOC = '''
Run Tast test which check WiFi roaming performance/correctness.
'''
def run(machine):
job.run_test('tast',
host=hosts.create_host(machine),
test_exprs=['("group:wificell_roam" && wificell_roam_perf)'],
ignore_test_failures=True, max_run_sec=18000,
command_args=args)
parallel_simple(run, machines)