Skip to content
  • Maria Kustova's avatar
    image-fuzzer: Tool for fuzz tests execution · ad724dd7
    Maria Kustova authored
    
    
    The purpose of the test runner is to prepare the test environment (e.g. create
    a work directory, a test image, etc), execute a program under test with
    parameters, indicate a test failure if the program was killed during the test
    execution and collect core dumps, logs and other test artifacts.
    
    The test runner doesn't depend on an image format, so it can be used with any
    external image generator.
    
    [Fixed path to qcow2 format module "qcow2" instead of "../qcow2" since
    runner.py is no longer in a sub-directory.
    --Stefan]
    
    Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    Signed-off-by: default avatarMaria Kustova <maria.k@catit.be>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    ad724dd7