1. 07 7月, 2015 1 次提交
  2. 21 4月, 2015 1 次提交
  3. 25 2月, 2015 1 次提交
    • C
      avocado-run-testplan: introduce a minimalist tool to help with manual test plans · 326453e1
      Cleber Rosa 提交于
      Some test routines can not yet be easily automated in Avocado, and for those, we
      rather test things manually then not at all.
      
      The idea behind this tool is to use a predefined test plan (a simple JSON file)
      that has test names and descriptions with how to perform the test and what to
      expect. The tool will ask for the results for each test (either PASS, FAIL or
      SKIP) and possibly additional notes. These results will then be saved to a JSON
      file or to a human readable report.
      
      The human readable report can, for instance, be part of a release commit message,
      or if preferred, the JSON result file can be committed to keep track of what is
      working and what is known to be broken at a given time.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      326453e1