VirtualBox

Changeset 103210 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Feb 5, 2024 6:11:42 PM (10 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within locateGstBinary() so that it can be found by the Guest Control session as well [Pylint fixes]. bugref:10586

File:
1 edited

Legend:

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

    r103209 r103210  
    16181618        return True;
    16191619
    1620     def locateGstBinary(self, oSession, oTxsSession, asPaths):
     1620    def locateGstBinary(self, oTxsSession, asPaths):
    16211621        """
    16221622        Locates a guest binary on the guest by checking the paths in \a asPaths.
     
    25542554
    25552555        if not self.sGstCtlHelperExe:
    2556             fRc, self.sGstCtlHelperExe = self.locateGstBinary(oSession, oTxsSession, self.asGstCtlHelperPaths);
     2556            fRc, self.sGstCtlHelperExe = self.locateGstBinary(oTxsSession, self.asGstCtlHelperPaths);
    25572557            if fRc:
    25582558                reporter.log('Using VBoxGuestControlHelper on guest at \"%s\"' % (self.sGstCtlHelperExe));
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