Home | History | Annotate | Download | only in cts

Lines Matching refs:plan

111   """A CTS test plan generator."""
114 """Instantiate a test plan with a list of available package names.
124 """Exclude all packages matching the given regular expression from the plan.
140 """Include all packages matching the given regular expressions in the plan.
155 """Write the test plan to the given file.
160 file_name: The name of the file into which the test plan should be written.
163 plan = doc.createElement('TestPlan')
164 plan.setAttribute('version', '1.0')
165 doc.appendChild(plan)
170 plan.appendChild(entry)