diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ats3.aste.AsteTestPlan-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ats3.aste.AsteTestPlan-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,375 @@
+
+
+
+
+ ats3.aste.AsteTestPlan
+
+
+
+
+
+
+
+
+
+Class AsteTestPlan
source code
+
+object --+
+ |
+ AsteTestPlan
+
+
+
+Tells ASTE server what to test and how.
+The ASTE test plan from which the test.xml file can be written. The test
+plan requires TestAsset(s) to perform the tests
+
+
+
+
+
+
+
+
+ |
+
+
+ __init__(self,
+ config)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ insert_set(self,
+ image_files=None,
+ test_timeout=None)
+ Insert a test set into the test plan. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __repr__ ,
+ __setattr__ ,
+ __str__
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+ EMAIL_SUBJECT = u"ATS3 report for §RUN_NAME§ §RUN_START_DATE§ ...
+ |
+
+
+
+
+ |
+ REPORT_PATH = u"§RUN_NAME§\§RUN_START_DATE§_§RUN_START_TIME§"
+ |
+
+
+
+
+
+
+
+
+ Inherited from object :
+ __class__
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ __init__(self,
+ config)
+ (Constructor)
+
+ | source code
+ |
+
+
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature
+
+ - Overrides:
+ object.__init__
+
- (inherited documentation)
+
+
+ |
+
+
+
+
+
+
+
+ ATS3 and ASTE post actions.
+
+ - Decorators:
+
+
+ |
+
+
+
+
+
+
+
+
+
+ EMAIL_SUBJECT
+
+
+
+
+ - Value:
+
+u"ATS3 report for §RUN_NAME§ §RUN_START_DATE§ " u"§RUN_START_TIME§"
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+