diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 17:51:46 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 17:51:46 +0000 |
commit | a52734cd469a33c747176d1feb4c65e94793dc4b (patch) | |
tree | 5a804022839fd38eaaacee4014c5e7e5b7af5682 | |
parent | 9463b9f9c52b29bd0e20d8651e6e42655c06fb83 (diff) | |
download | chromium_src-a52734cd469a33c747176d1feb4c65e94793dc4b.zip chromium_src-a52734cd469a33c747176d1feb4c65e94793dc4b.tar.gz chromium_src-a52734cd469a33c747176d1feb4c65e94793dc4b.tar.bz2 |
Moved WebRTC quality tests to its own suite.
We decided to do this since quality tests requires a special setup.
TBR=nirnimesh@chromium.org
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/10907092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155214 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 8cf0fa7..c15dd54 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -717,6 +717,13 @@ 'media_stream_infobar', 'webrtc_brutality_test', 'webrtc_call', + ], + }, + + # WebRTC quality tests. Requires webcam, an audio device and a special setup + # where the webcam is playing a barcode-encoded video. + 'WEBRTC_QUALITY': { + 'all': [ 'webrtc_video_quality', ], }, |