- 06 6月, 2014 5 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Doublefree functional
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
tests.doublefree: Add 'double free' test.
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 05 6月, 2014 7 次提交
-
-
由 Rudá Moura 提交于
Double free performs a build of doublefree.c and execution, that triggers a double free() function calling, for the same malloc() region. The motivation behind this test is to catch libc errors and log inside Avocado execution (see bug #79). Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Fix bug #79. Fix by setting environment variable LIBC_FATAL_STDERR_ to 1 to force all libc errors to be redirected to STDERR. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
avocado: Make each test to print its label at the beginning of each test
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The heuristics to determine wether a test is a dropin was wrong since we introduced multiplexing. This patch fixes it. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Fixes bug #78 In order to make process.run() and friends to log stdout/err as they are generated, create a BgSubProcess object that has threads that poll those streams continuously, channeling the outputs through the logging system, and also storing it in the result attribute. Maybe this implementation could use some more love to make it fully thread safe, with locks. This is just a first version to show it is possible in a cleaner fashion than what is implemented in autotest currently. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 6月, 2014 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
When performing tests with the latest LTP tarball, I found a bad return from Tarfile().extract_file(), that could be either a badly formed tarball or a Tarfile() bug. Either way, the archive module was equipped to deal with such a situation, not failing the test altogether. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Reorganize and reduce code repetition by creating functions to conveniently log/store tracebacks. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Fixes bug #77. Replace the basic logging.StreamHandler used to control avocado stdout for a version that allows us to skip printing newlines at each message. Then use this stream handler to log the test label at the beginning of each test, rather than at the end. When the tests are done, they can now simply print STATUS strings appropriately, therefore not requiring to log the test label. Both the HumanTestResult and VMTestResult classes were adapted to use this new soluton. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
avocado.utils.virt: Improve implementation.
-
- 03 6月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Improve the current implementation by adding properties to get status, names and domains. Add support functions to start, stop, resume, suspend, shutdown, etc machines. Clear documentation about what kind of snapshot: system checkpoint. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 29 5月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Job class owns execution of start_file_logging()
-
- 28 5月, 2014 4 次提交
-
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Call start_file_logging inside avocado.job, so Test Results just need to use output_manager/stream object. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Run tests on an VM environment set by the user.
-
- 27 5月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 26 5月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Use option --vm-cleanup to enable the snapshot feature. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 24 5月, 2014 2 次提交
-
-
由 Rudá Moura 提交于
The test runner will start the VM, copy and run the tests, collect the results and return the VM to its previous state via snapshots. Results are shown in the user's machine, transparently. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 23 5月, 2014 7 次提交
-
-
由 Rudá Moura 提交于
avocado.plugins.jsonresult: JSON test result.
-
由 Rudá Moura 提交于
JSON test result output plugin, obsoletes avocado.plugins.collector. Use parameters `--json` and (optionally) `--json-output <filename>`. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
67 with better debug
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 22 5月, 2014 5 次提交
-
-
由 Rudá Moura 提交于
avocado.plugins.collector: Collect results in JSON format and archive logs
-
由 Rudá Moura 提交于
Collect and output test results in JSON format, implies option to archive logs in ZIP format. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
avocado.utils.remote: Provides remote operations.
-
由 Rudá Moura 提交于
Add support to archive (ZIP) test result files.
-
由 Rudá Moura 提交于
Remove complexity when coding test results, runners and jobs.
-
- 21 5月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 20 5月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Use command line options `run --archive ...` to create an archive with all files created by the tests. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-