diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ats3.Ats3TestPlan-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ats3.Ats3TestPlan-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,439 @@
+
+
+
+
+ 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__
+
+ |
+
+
+
+