Public Member Functions | |
def | __init__ (self, nThrMax=4) |
def | activeThreads (self) |
def | dumpTest (self) |
def | file2Path (self, rFile) |
def | prepare (self) |
def | runTests (self, testList=None) |
def | upload (self, tgtDir) |
Public Attributes | |
commands | |
devPath | |
maxThreads | |
relPath | |
threadList | |
Definition at line 55 of file addOnTests.py.
def addOnTests.StandardTester.__init__ | ( | self, | |
nThrMax = 4 |
|||
) |
Definition at line 57 of file addOnTests.py.
def addOnTests.StandardTester.activeThreads | ( | self | ) |
Definition at line 65 of file addOnTests.py.
References MatrixRunner.MatrixRunner.threadList, and addOnTests.StandardTester.threadList.
Referenced by addOnTests.StandardTester.runTests().
def addOnTests.StandardTester.dumpTest | ( | self | ) |
Definition at line 113 of file addOnTests.py.
References addOnTests.StandardTester.commands, join(), relativeConstraints.keys, and print().
def addOnTests.StandardTester.file2Path | ( | self, | |
rFile | |||
) |
Definition at line 117 of file addOnTests.py.
References addOnTests.StandardTester.devPath, and addOnTests.StandardTester.relPath.
def addOnTests.StandardTester.prepare | ( | self | ) |
Definition at line 73 of file addOnTests.py.
def addOnTests.StandardTester.runTests | ( | self, | |
testList = None |
|||
) |
Definition at line 123 of file addOnTests.py.
References MatrixRunner.MatrixRunner.activeThreads(), addOnTests.StandardTester.activeThreads(), mps_setup.append, addOnTests.StandardTester.commands, mps_monitormerge.items, MatrixRunner.MatrixRunner.maxThreads, addOnTests.StandardTester.maxThreads, print(), str, MatrixRunner.MatrixRunner.threadList, and addOnTests.StandardTester.threadList.
def addOnTests.StandardTester.upload | ( | self, | |
tgtDir | |||
) |
Definition at line 190 of file addOnTests.py.
addOnTests.StandardTester.commands |
Definition at line 105 of file addOnTests.py.
Referenced by addOnTests.StandardTester.dumpTest(), and addOnTests.StandardTester.runTests().
addOnTests.StandardTester.devPath |
Definition at line 75 of file addOnTests.py.
Referenced by addOnTests.StandardTester.file2Path().
addOnTests.StandardTester.maxThreads |
Definition at line 60 of file addOnTests.py.
Referenced by addOnTests.StandardTester.runTests().
addOnTests.StandardTester.relPath |
Definition at line 76 of file addOnTests.py.
Referenced by addOnTests.StandardTester.file2Path().
addOnTests.StandardTester.threadList |
Definition at line 59 of file addOnTests.py.
Referenced by addOnTests.StandardTester.activeThreads(), and addOnTests.StandardTester.runTests().