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 + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module dropgenerator

source code

+ + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + Ats3TestDropGenerator
+ Generate test drop zip file for ATS3. +
+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
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 + +
+ +
+ + + + + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + _logger = logging.getLogger('ats3') +
+   + + E = et.Element +
+   + + SE = et.SubElement +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +