blob: 042d21a659d7f17f3a5d8c1932fe10d1d20b94bd [file] [log] [blame]
# Copyright 2016 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_AudioWebRTCLoopback.quality.256"
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" : "This test remotely tests USB and headphone WebRTC loopback with quality check."
}
TEST_TYPE = "server"
#ATTRIBUTES = "suite:audio_advanced"
DEPENDENCIES = "audio_box, test_audiojack, 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_AudioWebRTCLoopback", host=host, check_quality=True,
chrome_block_size=256, tag="quality.256")
parallel_simple(run, machines)