__init__(self,
record,
purge,
cycle,
mode,
threads,
outsubdir,
descriptors,
xargs)
(Constructor)
| source code
|
Override the constructor of the base class to create required output
directory.
- Parameters:
record - Indicates if the test results should be recorded
purge - Indicates if the output subdirectory should be purged on
PASSED result
cycle - The number of times to execute the set of requested testcases
mode - The user defined mode to run the testcases in
threads - The number of worker threads to execute the requested testcases
outsubdir - The name of the output subdirectory
descriptors - List of XML descriptor containers detailing the set of testcases
to be run
xargs - The dictionary of additional arguments to be set as data
attributes to the class
- Overrides:
pysys.process.user.ProcessUser.__init__
|