• Brian Behlendorf's avatar
    Add zimport.sh compatibility test script · a16bc6bd
    Brian Behlendorf authored
    Verify that an assortment of known good reference pools can be imported
    using different versions of the ZoL code.
    
    By default references pools for the major ZFS implementation will be
    checked against the most recent ZoL tags and the master development branch.
    Alternate tags or branches may be verified with the '-s <src-tag> option.
    Passing the keyword "installed" will instruct the script to test whatever
    version is installed.
    
    Preferentially a reference pool is used for all tests.  However, if one
    does not exist and the pool-tag matches one of the src-tags then a new
    reference pool will be created using binaries from that source build.
    This is particularly useful when you need to test your changes before
    opening a pull request.
    
    New reference pools may be added by placing a bzip2 compressed tarball
    of the pool in the scripts/zpool-example directory and then passing
    the -p <pool-tag> option.  To increase the test coverage reference pools
    should be collected for all ...
    a16bc6bd
.gitmodules 108 Bytes