Module test_ospl :: Class TestRun
[hide private]
[frames] | no frames]

Class TestRun

source code

Represents a collection of TestScenario objects involving a number (1 or more) of TestNode's

Instance Methods [hide private]
 
__init__(self, nodes=[], run_id='') source code
 
create_test_scenario(self, test_name)
Factory method to create a TestScenario within this test run.
source code
Class Variables [hide private]
  the_test_run_ = None