VirtualBox

Ignore:
Timestamp:
Nov 9, 2018 10:15:06 PM (6 years ago)
Author:
vboxsync
Message:

Don't pack it too tight.

File:
1 edited

Legend:

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

    r75378 r75379  
    3030__version__ = "$Revision$"
    3131
     32
    3233# Standard Python imports.
    3334import os;
     
    4748from testdriver import vboxcon;
    4849from testdriver import vboxwrappers;
     50
    4951
    5052def _ControllerTypeToName(eControllerType):
     
    6264    return sType;
    6365
     66
    6467def crc32_of_file(filepath):
    6568    fileobj = open(filepath,'rb');
     
    7477    fileobj.close();
    7578    return current % 2**32;
     79
    7680
    7781class tdStorageSnapshot(vbox.TestDriver):                                      # pylint: disable=R0902
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