- 07 7月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Handle Ctrl+C while executing the test plan more cleanly. Also, make each code path executed by app.run() return either 0 on success or 1 on failure, so that we get proper exit codes for the script. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 21 4月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
The description might contain valuable information. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 25 2月, 2015 1 次提交
-
-
由 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>
-