VirtualBox

Ignore:
Timestamp:
Feb 18, 2022 2:59:53 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit: Extended unittest test driver so that it also can install + execute unittests on remote targets (i.e. older / unsupported guests). To continue running testcases locally, the "--local" switch has to specified. Currently using the smoke test set (NAT) by default [build fix]. bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r93843 r93846  
    343343        self.oTestVmSet = self.oTestVmManager.getSmokeVmSet('nat');
    344344
     345        # Selected NIC attachment.
     346        self.sNicAttachment = '';
     347
    345348        # Session handling stuff.
    346349        # Only needed for remote tests executed by TxS.
     
    781784        return True;
    782785
    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
    784787        """
    785788        Executes a test case.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette