VirtualBox

Changeset 87681 in vbox


Ignore:
Timestamp:
Feb 10, 2021 12:29:18 PM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9224: Testcase: fixed pylint issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py

    r87680 r87681  
    150150                    'action'     : 'whole drive',
    151151                    'options'    : [],
    152                     'data-crc'   : None,
     152                    'data-crc'   : {},
    153153                    'createType' : 'fullDevice',
    154154                    'extents'    : { '6.1/storage/t-mbr.vdi' : ['RW 0 FLAT "$(disk)" 0',],
     
    12011201                                if not fRc:
    12021202                                    reporter.error('Cheking vmdktest.vmdk from guest filed');
    1203                                 elif action['data-crc'] is not None:
     1203                                elif action['data-crc']:
    12041204                                    sSrcFile = self.sVMDKPath + self.sPathDelimiter + 'vmdktest-pt.vmdk';
    12051205                                    sDstFile = os.path.join(self.oTstDrv.sScratchPath, 'guest-vmdktest-pt.vmdk');
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