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§"