Lines Matching full:control
7 """Method to add or modify ATTRIBUTES in the test control files whose
21 """main scripts to seed attributes in test control files.
28 description='Seed ATTRIBUTES in test control files.')
31 'test control files.')
34 # When execute is True, run the script to seed attributes in control files.
40 # Go through all control file, check whether attribute matches suite. Return
41 # a changelist which contains the paths to the control files not match.
47 logging.info('Starting to seed attributes in %d control files...' % count)
48 # Modify attributes based on suite for the control files not match.
57 # When not specify 'execute' in cmd, not modify control files.
59 logging.info('No files are modified. To seed attributes in control files, '
65 suites in the control files.
68 @param path_list: a list of path to the control files to be checked.
72 A list of paths to the control files that failed at checking.
80 # Read the attr in the control files, check with whitelist and suite.
102 """Seed attributes in a control file.
104 Read and re-write a control file with modified contents with attributes added.
107 @param path_controlfile: path to control file
123 # Read control file and modify the suite line with attribute added.