Lines Matching full:control

38     return 'test_suites/control.%s' % suite_name
121 suite control files.
143 """Return control file contents for |suite_name|.
145 Query the dev server at |ds| for the control file |suite_name|, included
149 @param ds: a dev_server.DevServer instance to fetch control file with.
150 @param suite_name: canonicalized suite name, e.g. test_suites/control.bvt.
151 @raises ControlFileNotFound if a unique suite control file doesn't exist.
152 @raises NoControlFileList if we can't list the control files at all.
153 @raises ControlFileEmpty if the control file exists on the server, but
156 @return the contents of the desired control file.
160 # Get the control file for the suite.
164 raise type(e)('Failed to get control file for %s '
171 # Force control files to only contain ascii characters.
181 """Return whether control files should be fetched in batch.
183 This depends on the control file getter and configuration options.
190 suite to control file map generated at build time, and parses the relevant
191 control files alone. This lookup happens on the devserver, so as far
194 cf_getter.get_suite_info() to get a dict of control files and
198 and fetch the content of control files
205 """Get control file content for given suite with batched getter.
217 """Get control file content for given suite with unbatched getter.
228 """Remove certain control file paths.
238 """Get control file content for given suite.
240 @param cf_getter: A control file getter object, e.g.
243 the search space to just this suite's control files.
253 """Parse control file text.
255 @param path: path to control file
256 @param text: control file text contents
261 control file.
269 """Worker process for parsing control file text
310 """Parse control file texts.
313 @param test_args: The test args to be injected into test control file.
338 """Retrieve a test's control file.
341 list and fetch the control files' content.
345 control file.
358 @param suite_name: If specified, retrieve this suite's control file.
361 is a syntax error in a control file.
380 logging.info('Parsed %s child test control files.', len(tests))
389 """Returns predicate that takes a control file and looks for |name|.
391 Builds a predicate that takes in a parsed control file (a ControlData)