Lines Matching full:control
7 """Tool for preprocessing control files to build a suite to control files map.
12 {'suite1': ['path/to/test1/control', 'path/to/test2/control'],
13 'suite2': ['path/to/test4/control', 'path/to/test5/control']}
17 at build time to generate said suite to control files map, which dynamic_suite
35 """Find all control files in autotest_dir that have 'SUITE='
37 @param autotest_dir: The directory to search for control files.
38 @return: All control files in autotest_dir that have a suite attribute.
48 Partition all control files in autotest_dir based on suite.
50 @param autotest_dir: Directory to walk looking for control files.
51 @return suite_control_files: A dictionary mapping suite->[control files]
57 ' their control files.' % autotest_dir)