Changeset 79087 in vbox for trunk/src/VBox/ValidationKit/tests/audio
- Timestamp:
- Jun 11, 2019 11:58:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdGuestHostTimings.py
r76553 r79087 50 50 from testdriver import vboxtestvms 51 51 52 class tdGuestHostTimings(vbox.TestDriver): # pylint: disable= R090252 class tdGuestHostTimings(vbox.TestDriver): # pylint: disable=too-many-instance-attributes 53 53 54 54 def __init__(self): … … 75 75 return rc; 76 76 77 def parseOption(self, asArgs, iArg): # pylint: disable= R0912,R091577 def parseOption(self, asArgs, iArg): # pylint: disable=too-many-branches,too-many-statements 78 78 if asArgs[iArg] == '--runningvmname': 79 79 iArg += 1
Note:
See TracChangeset
for help on using the changeset viewer.