77842ac Add create_file and check_guard utilities

4 files Authored by nsoffer 6 years ago, Committed by teigland 6 years ago,
    Add create_file and check_guard utilities
    
    util.create_file - created a test file poisoned with data, with optional
    		   guard area after the end of the file.
    util.check_guard - check that nothing was written into the guard area at
                       the end of the file.
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+3 -6
file modified
+3 -6
file modified
+4 -6
file modified
+29 -0