VirtualBox

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


Ignore:
Timestamp:
Jul 3, 2015 11:31:13 PM (10 years ago)
Author:
vboxsync
Message:

vbox.py: pylint fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r56804 r56805  
    20112011    #
    20122012
    2013     # pylint: disable=R0913,R0914
     2013    # pylint: disable=R0913,R0914,R0915
    20142014    def createTestVM(self, sName, iGroup, sHd = None, cMbRam = None, cCpus = 1, fVirtEx = None, fNestedPaging = None, \
    20152015                     sDvdImage = None, sKind = "Other", fIoApic = None, fPae = None, fFastBootLogo = True, \
     
    21242124        self.logVmInfo(oVM); # testing...
    21252125        return oVM;
    2126     # pylint: enable=R0913,R0914
     2126    # pylint: enable=R0913,R0914,R0915
    21272127
    21282128    def addTestMachine(self, sNameOrId, fQuiet = False):
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