blob: 289412c128b037182125bc6777fb38d275eb9133 [file] [log] [blame]
# Copyright 2020 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 = "kirtika"
NAME = "stress_ClientTestReboot.audioCrasSanity"
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "Stress"
TEST_TYPE = "server"
ATTRIBUTES = 'suite:reboot_stress'
DOC = """
Checks if audio subsystem passes sanity test across reboots.
"""
def run_reboot_stress(machine):
job.run_test('stress_ClientTestReboot', client_ip=machine,
testname='audio_CrasSanity', loops=100)
parallel_simple(run_reboot_stress, machines)