Tells ATS3 server what to test and how.
The ATS3 test plan from which the test.xml file can be written. The test
plan captures all the data related to a test run: flashing, installation
of data files and configuration files, test cases, and the notifications.
|
__init__(self,
config)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
insert_set(self,
data_files=None,
config_files=None,
engine_ini_file=None,
image_files=None,
sis_files=None,
testmodule_files=None,
test_timeout=None,
eunitexerunner_flags=None,
test_harness=None,
src_dst=None,
pmd_files=None,
trace_activation_files=None,
custom_dir=None,
component_path=None)
Insert a test set into the test plan. |
source code
|
|
|
set_plan_harness(self)
setting up test harness for a plan |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|