Changeset 87681 in vbox
- Timestamp:
- Feb 10, 2021 12:29:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py
r87680 r87681 150 150 'action' : 'whole drive', 151 151 'options' : [], 152 'data-crc' : None,152 'data-crc' : {}, 153 153 'createType' : 'fullDevice', 154 154 'extents' : { '6.1/storage/t-mbr.vdi' : ['RW 0 FLAT "$(disk)" 0',], … … 1201 1201 if not fRc: 1202 1202 reporter.error('Cheking vmdktest.vmdk from guest filed'); 1203 elif action['data-crc'] is not None:1203 elif action['data-crc']: 1204 1204 sSrcFile = self.sVMDKPath + self.sPathDelimiter + 'vmdktest-pt.vmdk'; 1205 1205 sDstFile = os.path.join(self.oTstDrv.sScratchPath, 'guest-vmdktest-pt.vmdk');
Note:
See TracChangeset
for help on using the changeset viewer.