Changeset 78973 in vbox for trunk/src/VBox/ValidationKit/testdriver/base.py
- Timestamp:
- Jun 4, 2019 4:41:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r78641 r78973 743 743 def __init__(self, sName, oTstDrv): 744 744 self.sName = sName; 745 self.oTstDrv = oTstDrv ;# type: TestDriverBase745 self.oTstDrv = oTstDrv # type: TestDriverBase 746 746 self.asRsrcs = []; 747 747 … … 856 856 857 857 # List of sub-test drivers (SubTestDriverBase derivatives). 858 self.aoSubTstDrvs = [] ;# type: list(SubTestDriverBase)858 self.aoSubTstDrvs = [] # type: list(SubTestDriverBase) 859 859 860 860 # Use the scratch path for temporary files.
Note:
See TracChangeset
for help on using the changeset viewer.