1. 22 9月, 2014 1 次提交
  2. 20 8月, 2014 2 次提交
  3. 16 8月, 2014 1 次提交
    • M
      image-fuzzer: Tool for fuzz tests execution · ad724dd7
      Maria Kustova 提交于
      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: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NMaria Kustova <maria.k@catit.be>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      ad724dd7