VirtualBox

Changeset 83641 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2020 8:16:41 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137092
Message:

Guest Control/Validation Kit: Pylint.

File:
1 edited

Legend:

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

    r83640 r83641  
    15851585        if oTestVm.isWindows():
    15861586            sPathSC = os.path.join(self.getGuestSystemDir(oTestVm), 'sc.exe');
    1587             if fStart:
    1588                 return self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000,
     1587            if fStart is True:
     1588                return self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \
    15891589                                               sPathSC, (sPathSC, 'start', 'VBoxService'));
    15901590            else:
    1591                 return self.oTstDrv.txsRunTest(oTxsSession, 'Stopping VBoxService', 30 * 1000,
     1591                return self.oTstDrv.txsRunTest(oTxsSession, 'Stopping VBoxService', 30 * 1000, \
    15921592                                               sPathSC, (sPathSC, 'stop', 'VBoxService'));
    15931593        else:
Note: See TracChangeset for help on using the changeset viewer.

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