jcline / pungi

Forked from pungi 8 years ago
Clone

4e3d87e [test] Add checks for created images

Authored and Committed by lsedlar 8 years ago
    [test] Add checks for created images
    
    The performed checks:
     * If format is ISO, the file must have correct magic string
     * If it's bootable, there must be MBR or GPT
    
    When a check fails on any failable deliverable, it will be logged and
    the file removed from metadata (it will still remain on the disk). This
    required a change to write the images.json file later (after test
    phase).
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+2 -1
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+53 -1