History log of /external/autotest/server/cros/audio/audio_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bee353f263dd75dd330e1c857115bf78354c35bc 18-Dec-2015 Cheng-Yi Chiang <cychiang@chromium.org> [autotest] audio_test: Move methods from AudioTest to module level

These methods for audio test preparation should be in module level so
other test does not need to inherit AudioTest.
Still, audio_* can inherit AudioTest for convenience.

BUG=chromium:570973
TEST=run audio_AudioBasicExternalMicrophone test.

Change-Id: I8c75f36de90fe56efbcbe1e700a8f24985692987
Reviewed-on: https://chromium-review.googlesource.com/319350
Commit-Ready: Bryan Freed <bfreed@google.com>
Tested-by: Bryan Freed <bfreed@chromium.org>
Reviewed-by: Bryan Freed <bfreed@google.com>
Reviewed-by: Bryan Freed <bfreed@chromium.org>
/external/autotest/server/cros/audio/audio_test.py
30609a79716dbc5de161aa04f0d0007e1f3fcd33 22-Oct-2015 Cheng-Yi Chiang <cychiang@chromium.org> [autotest] audio_test: Add a method to create remote facade factory

Add a method to create remote facade factory to access multimedia xmlrpc
server. This method will dump the multimedia xmlrpc server log even when
it failed to start. This will be useful to debug issue in multimedia
xmlrpc server.

BUG=chromium:546405
TEST=not used yet

Change-Id: Ic90a21b2e2cb3ee22165d257a1a6e20dba1f571d
Reviewed-on: https://chromium-review.googlesource.com/307693
Commit-Ready: Cheng-Yi Chiang <cychiang@chromium.org>
Tested-by: Cheng-Yi Chiang <cychiang@chromium.org>
Reviewed-by: Hsinyu Chao <hychao@chromium.org>
/external/autotest/server/cros/audio/audio_test.py
51876573ba85aedf3bf6c7f8f94388f7fb12f4d2 22-May-2015 Cheng-Yi Chiang <cychiang@chromium.org> [autotest] Install sox command in AudioTest for audio tests

Let audio tests base AudioTest so sox command can be installed in the
autotest drone.

BUG=chromium:483063
TEST=run the test in chroot and in autotest lab.

Change-Id: Ifbf27ae6f41a328c1b5013f0d07cdf51cc7174a5
Reviewed-on: https://chromium-review.googlesource.com/272816
Reviewed-by: Dan Shi <dshi@chromium.org>
Commit-Queue: Cheng-Yi Chiang <cychiang@chromium.org>
Tested-by: Cheng-Yi Chiang <cychiang@chromium.org>
/external/autotest/server/cros/audio/audio_test.py