Changeset 90221 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2021 5:46:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90207 r90221 83 83 ]; 84 84 85 self.sRunningVmName = None 85 # Name of the running VM to use for running the test driver. Optional, and None if not being used. 86 self.sRunningVmName = None; 86 87 87 88 def showUsage(self): … … 125 126 Configures the test driver before running. 126 127 """ 127 return True 128 if not self.importVBoxApi(): # So we can use the constant below. 129 return False; 130 return self.oTestVmSet.actionConfig(self); 128 131 129 132 def actionExecute(self):
Note:
See TracChangeset
for help on using the changeset viewer.