1. 22 12月, 2017 1 次提交
  2. 07 11月, 2016 1 次提交
  3. 13 8月, 2016 1 次提交
  4. 08 10月, 2015 1 次提交
    • L
      avocado: Mass import cleanups · f4e82a6e
      Lucas Meneghel Rodrigues 提交于
      This is an automated mass import cleanup across all
      avocado source files:
      
      1) Imports follow the order:
       * Standard library imports
       * Non standard library external imports
       * Internal imports
       All separated by a single line
      2) One line between imports and the rest of the code
      3) Remove unused imports in the process
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      f4e82a6e
  5. 07 7月, 2015 1 次提交
  6. 21 4月, 2015 1 次提交
  7. 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