diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ats3.aste-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/ats3.aste-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,248 @@ + + + + + ats3.aste + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package ats3 :: + Module aste + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module aste

source code

+ASTE test drop generation.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + Configuration
+ ASTE drop generation configuration. +
+   + + AsteTestPlan
+ Tells ASTE server what to test and how. +
+   + + AsteTestDropGenerator
+ Generate test drop zip file for ATS3. +
+   + + AsteComponentParser
+ Add information to the test_plan +
+ + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
create_drop(config)
+ Create a test drop.
+ source code + +
+ +
+   + + + + + + +
main()
+ Main entry point.
+ source code + +
+ +
+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + _logger = logging.getLogger('ats3') +
+   + + E = et.Element +
+   + + SE = et.SubElement +
+   + + TEMP_PATH = None +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +