Manages authoring, parsing and execution of the test. Sub components
are Test-Topology parser Module that parses the test from plain English
and topology from a specification file and prepares for execution. Test
sequencer Module that executes the tests case by case, step by step
adding ability for step by step pause and debug later. Object loader
Module that connects and loads all the component connection objects for
access in the test
|
|
|
parse(self,
fileName)
This will parse the params or topo or cfg file and return content in
the file as Dictionary |
source code
|
|
|
parseParams(self,
paramsPath)
It will take the params file path and will return the params
dictionary |
source code
|
|
|
parseTopology(self,
topologyPath)
It will take topology file path and will return topology dictionary |
source code
|
|