blob: 98061d66884f755be11b06527a7eff00cffa1ee6 [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from autotest_lib.server import utils
NAME = "audio_AudioBasicHDMI"
METADATA = {
"contacts": ["chromeos-audio-sw@google.com"],
"bug_component": "b:875558",
"criteria": "This test will fail if the captured audio does not match original file.",
"doc" : "Tests HDMI audio"
}
ATTRIBUTES = "suite:audio_basic"
TEST_TYPE = "server"
DEPENDENCIES = 'chameleon:hdmi, test_hdmiaudio, chameleon_state:WORKING'
JOB_RETRIES = 1
args_dict = utils.args_to_dict(args)
chameleon_args = hosts.CrosHost.get_chameleon_arguments(args_dict)
def run(machine):
host = hosts.create_host(machine, chameleon_args=chameleon_args)
job.run_test("audio_AudioBasicHDMI",
host=host,
skipped_model_with_bugs={
'kevin':'b/250681713',
},)
parallel_simple(run, machines)