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 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package ats3 :: + Module aste :: + Class AsteTestPlan + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

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



+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__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 + +
+ +
+   + + + + + + +
post_actions(self)
+ ATS3 and ASTE post actions.
+ source code + +
+ +
+   + + + + + + +
__getitem__(self, + key) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + + + + +
+ + + + + +
Class Variables[hide private]
+
+   + + EMAIL_SUBJECT = u"ATS3 report for §RUN_NAME§ §RUN_START_DATE§ ... +
+   + + REPORT_PATH = u"§RUN_NAME§\§RUN_START_DATE§_§RUN_START_TIME§" +
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + config) +
(Constructor) +

+
source code  +
+ + x.__init__(...) initializes x; see x.__class__.__doc__ for signature +
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+ +
+ +
+ + +
+

post_actions(self) +

+
source code  +
+ + ATS3 and ASTE post actions. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+
+ + + + + + +
+ + + + + +
Class Variable Details[hide private]
+
+ +
+ +
+

EMAIL_SUBJECT

+ +
+
+
+
Value:
+
+u"ATS3 report for §RUN_NAME§ §RUN_START_DATE§ " u"§RUN_START_TIME§"
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +