Changeset 93846 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Feb 18, 2022 2:59:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r93843 r93846 343 343 self.oTestVmSet = self.oTestVmManager.getSmokeVmSet('nat'); 344 344 345 # Selected NIC attachment. 346 self.sNicAttachment = ''; 347 345 348 # Session handling stuff. 346 349 # Only needed for remote tests executed by TxS. … … 781 784 return True; 782 785 783 def _executeTestCase(self, sName, sFullPath, sTestCaseSubDir, oDevNull): # pylint: disable=too-many-locals 786 def _executeTestCase(self, sName, sFullPath, sTestCaseSubDir, oDevNull): # pylint: disable=too-many-locals,too-many-statements 784 787 """ 785 788 Executes a test case.
Note:
See TracChangeset
for help on using the changeset viewer.