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

Side by Side Diff: client/site_tests/suite_HWQual/control.auto

Issue 6697017: Fix missing ',' in control.auto. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 AUTHOR = "Chrome OS Team" 5 AUTHOR = "Chrome OS Team"
6 NAME = "HWQualAuto" 6 NAME = "HWQualAuto"
7 TIME = "LONG" 7 TIME = "LONG"
8 TEST_CATEGORY = "Functional" 8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "suite" 9 TEST_CLASS = "suite"
10 TEST_TYPE = "client" 10 TEST_TYPE = "client"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'fps_gtalk_down >= 20.0', 88 'fps_gtalk_down >= 20.0',
89 'fps_gtalk_up >= 20.0', 89 'fps_gtalk_up >= 20.0',
90 ]) 90 ])
91 job.run_test('realtimecomm_GTalkAudioPlayground', 91 job.run_test('realtimecomm_GTalkAudioPlayground',
92 constraints=[ 92 constraints=[
93 'ctime_gtalk + stime_gtalk < 30', 93 'ctime_gtalk + stime_gtalk < 30',
94 'ctime_pulse + stime_pulse < 20', 94 'ctime_pulse + stime_pulse < 20',
95 ]) 95 ])
96 job.run_test('realtimecomm_GTalkLmiCamera', 96 job.run_test('realtimecomm_GTalkLmiCamera',
97 constraints=[ 97 constraints=[
98 'fps > 28' 98 'fps > 28',
99 'latency < 1000', 99 'latency < 1000',
100 'jerkiness < 15', 100 'jerkiness < 15',
101 ]) 101 ])
102 102
103 # Communications 103 # Communications
104 job.run_test('network_DisableInterface', 104 job.run_test('network_DisableInterface',
105 iface_name='wlan0', tag='wlan0') # WiFi 105 iface_name='wlan0', tag='wlan0') # WiFi
106 job.run_test('network_DisableInterface', 106 job.run_test('network_DisableInterface',
107 iface_name='eth0', tag='eth0') # Ethernet 107 iface_name='eth0', tag='eth0') # Ethernet
108 job.run_test('network_DisableInterface', 108 job.run_test('network_DisableInterface',
109 iface_name='hci0', tag='hci0') # Bluetooth 109 iface_name='hci0', tag='hci0') # Bluetooth
110 job.run_test('network_WiFiCaps') 110 job.run_test('network_WiFiCaps')
111 111
112 # Extra Requirements 112 # Extra Requirements
113 job.run_test('compilebench') 113 job.run_test('compilebench')
114 job.run_test('disktest') 114 job.run_test('disktest')
115 job.run_test('hardware_SAT', seconds=600) 115 job.run_test('hardware_SAT', seconds=600)
116 job.run_test('power_CPUFreq') 116 job.run_test('power_CPUFreq')
117 job.run_test('power_CPUIdle') 117 job.run_test('power_CPUIdle')
118 job.run_test('unixbench') 118 job.run_test('unixbench')
119 119
120 ### Local Variables: 120 ### Local Variables:
121 ### mode: python 121 ### mode: python
122 ### End: 122 ### End:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698