VirtualBox

Changeset 99399 in vbox


Ignore:
Timestamp:
Apr 14, 2023 9:54:00 AM (20 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: Made cross testing (different VBox versions for host / guest) a bit more flexible by querying the installed Guest Additions version on runtime:

  • Use a different coreutils path for old OL6 guests (see comments).
  • Only do process execution CWD testing on guests with installed Guest Additions >= 7.1.

[Build fix]

File:
1 edited

Legend:

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

    r99398 r99399  
    14301430        self.oDebug                 = tdDebugSettings();
    14311431        self.sPathVBoxServiceExeGst = '';
     1432        self.tpAdditionsVer         = ();
    14321433
    14331434    def parseOption(self, asArgs, iArg):                                        # pylint: disable=too-many-branches,too-many-statements
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