1. 27 2月, 2015 6 次提交
  2. 26 2月, 2015 9 次提交
  3. 25 2月, 2015 2 次提交
    • C
      [WIP] Introduce example test plan for use with avocado-run-testplan · 5c70ab58
      Cleber Rosa 提交于
      This is an example test plan of what could/should be run before the
      release of a new avocado version.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      5c70ab58
    • 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
  4. 24 2月, 2015 13 次提交
  5. 23 2月, 2015 9 次提交
  6. 21 2月, 2015 1 次提交