Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: client/site_tests/suite_HWQual/control.auto

Issue 1338004: Add audioonly playground test. Move common things to dep. (Closed)
Patch Set: More improvement from codereview. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/suite_HWQual/control.auto
diff --git a/client/site_tests/suite_HWQual/control.auto b/client/site_tests/suite_HWQual/control.auto
index b49a24bf45df613621290d3787139b0b4527ce47..cdb30f095967b5dfc139e0649753e46edf2bbc1d 100644
--- a/client/site_tests/suite_HWQual/control.auto
+++ b/client/site_tests/suite_HWQual/control.auto
@@ -67,6 +67,12 @@ job.run_test('realtimecomm_GTalkPlayground',
'fps_gtalk_up >= 29.0',
'ctime_gtalk + stime_gtalk < 65',
'ctime_chrome + stime_chrome < 20',
+ 'ctime_pulse + stime_pulse < 5',
+ ])
+job.run_test('realtimecomm_GTalkAudioPlayground',
+ constraints=[
+ 'ctime_gtalk + stime_gtalk < 20',
+ 'ctime_pulse + stime_pulse < 5',
])
# Communications
« no previous file with comments | « client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698