Home | History | Annotate | Download | only in afe

Lines Matching refs:control

2 Logic for control file generation.
77 # within some control files and will end up inside of stepN functions below.
218 """ Constructs the control file test step code from a list of tests.
220 @param tests A sequence of test control files to run.
227 final client control file to run after tests. is_server must be False.
229 @returns The control file test code to be run.
249 @param raw_control_files A list of raw control file data to be combined
250 into a single control file.
255 final client control file to append to raw_control_files after fixups.
257 @returns The combined mega control file.
332 'as directly supplying a client-side control file.'})
360 Generate a control file for a sequence of tests.
362 @param tests A sequence of test control files to run.
366 @param is_server bool, Is this a server control file rather than a client?
368 @param client_control_file Contents of a client control file to run as the
370 @param profile_only bool, should this control file run all tests in
372 @param upload_kernel_config: if enabled it will generate server control
377 @returns The control file text as a string.