VirtualBox

Changeset 99700 in vbox


Ignore:
Timestamp:
May 9, 2023 12:38:12 PM (19 months ago)
Author:
vboxsync
Message:

Validation Kit/VBoxClient: Postpone checking for the display server until we reached the runlevel tests (otherwise a display server might not be running yet) [build fix]. bugref:10427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r99698 r99700  
    290290            # Wait for the GAs to come up.
    291291            reporter.testStart('IGuest::additionsRunLevel');
    292             fRc = self.testIGuest_additionsRunLevel(oSession, oTestVm, oGuest);
     292            fRc = self.testIGuest_additionsRunLevel(oSession, oTxsSession, oTestVm, oGuest);
    293293            reporter.testDone();
    294294
     
    588588        return (fRc, oTxsSession);
    589589
    590     def testIGuest_additionsRunLevel(self, oSession, oTestVm, oGuest):
     590    def testIGuest_additionsRunLevel(self, oSession, oTxsSession, oTestVm, oGuest):
    591591        """
    592592        Do run level tests.
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