VirtualBox

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


Ignore:
Timestamp:
Apr 16, 2020 7:20:17 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Make sure to start all services when enabling verbose logging on VBoxService. bugref:9320

File:
1 edited

Legend:

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

    r83642 r83713  
    16301630            sPathRegExe         = os.path.join(self.getGuestSystemDir(oTestVm), 'reg.exe');
    16311631            sPathVBoxServiceExe = os.path.join(self.getGuestSystemDir(oTestVm), 'VBoxService.exe');
    1632             sImagePath          = '%s -vvvv --only-control --logfile %s' % (sPathVBoxServiceExe, sPathLogFile);
     1632            sImagePath          = '%s -vvvv --logfile %s' % (sPathVBoxServiceExe, sPathLogFile);
    16331633            self.oTstDrv.txsRunTest(oTxsSession, 'Enabling VBoxService verbose logging (via registry)', 30 * 1000,
    16341634                                    sPathRegExe,
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