Trees | Indices | Help |
|
---|
|
object --+ | Runner
Runner controls all job running parameters within the backend test utility code. It is also responsible for actually running the jobs and requesting their workups. The meat is in Runner.addScript, Runner.__call__ and Runner.executeScripts.
|
|||
|
|||
None |
|
||
None |
|
||
None |
|
||
Inherited from |
|
|||
scripts keys off test_id, values are testscripts.TestScript. |
|||
hosts Information about the remote host sysinfo._SysInfo |
|
|||
Inherited from |
|
Initialize Runner Class
|
Add script to be executed by self.__call__. Adds the script information to self.job_runner.
|
Execute and run workups on all scripts added to instance of Runner object. Outcomes stored in the TestScript objects in self.scripts. This needs to be separate from the extraction step so that we can validate new tests.
|
Runs jobs already stored in the DB. Jobs are in the already populated self.job_runner.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:26 2014 | http://epydoc.sourceforge.net |