68b5d5c tests: Allow testing large files

1 file Authored by nsoffer 5 years ago, Committed by teigland 5 years ago,
    tests: Allow testing large files
    
    util.create_file() was filling the file with "x". This works for small
    files but prevent testing big files. Change to create sparse file so we
    can test easily large files and offsets.
    
    Tests that want to fill areas on storage can access the file directly.
    We don't have such tests yet.
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+3 -7