diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ats3.dropgenerator-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ats3.dropgenerator-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,254 @@
+
+
+
+
+ ats3.dropgenerator
+
+
+
+
+
+
+
+
+
+
+
+ Package ats3 ::
+ Module dropgenerator
+
+
+
+
+
+
+
+
+Module dropgenerator source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generate_target (test_plan ,
+ root )
+ Generate targets
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ input_targets (test_plan ,
+ root ,
+ harness_type )
+ Append target(s) into the XML
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ insert_custom_file (xmltree ,
+ filename )
+ Inserts into the given XML tree the given customization file
+Broken input XML inserts a comment to the XML tree
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generate_post_actions (test_plan )
+ Generate post actions.
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ _logger = logging.getLogger('ats3')
+
+
+
+
+
+
+ E = et.Element
+
+
+
+
+
+
+ SE = et.SubElement
+
+
+
+
+
+
+
+
+
+
+