- 06 5月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Move avocado.result to avocado.core.result, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 05 5月, 2015 6 次提交
-
-
由 Cleber Rosa 提交于
The API ReST files that are generated dinamycally are actually put in the source directory, and not in the build directory. This fixes a mistake by yours truly. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Rudá Moura 提交于
Move avocado.sysinfo to avocado.core.sysinfo, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Rudá Moura 提交于
Move avocado.runner to avocado.core.runner, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Cleber Rosa 提交于
-
- 30 4月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Trivial fixes 2015-04-27
-
- 29 4月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 28 4月, 2015 3 次提交
-
-
由 Rudá Moura 提交于
Move avocado.loader to avocado.core.loader, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Test API: Isolate avocado.job from being used by test developers. [V2]
-
- 24 4月, 2015 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Makefile: replace source tarball generation from distutils to git
-
由 Rudá Moura 提交于
Export avocado.core.job.main as avocado.main, so that make it look like an API for test developers to use. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Move avocado.job to avocado.core.job, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Cleber Rosa 提交于
It was noted that, on some Python version, the generated tarballs actually have a lot of files missing. IMHO, if we track a file on git, then it should make into the tarball. Also IMHO, the distutils sdist code is a nice thing to have if you can't export your code right from your SCM. This is kept simple on purpose so that if we hit any unintended side effect we can revert to the previous way of generation source tarballs. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 23 4月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Test API: Isolate avocado.cli.app and avocado.cli.parser for being used.
-
- 22 4月, 2015 8 次提交
-
-
由 Rudá Moura 提交于
Move avocado.cli.app and avocado.cli.parser to avocado.core, in conformance to our purpose of keep things not related to test developers, inside avocado.core. Now the package avocado.cli is gone. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Multiplexer tweaks
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The current formatting is not the most convenient, since some slightly different tests start to bend the initial assumptions made when designing the format. Here I propose something I came up with after some experiment. Examples of log output: 00:23:57 DEBUG| PARAMS (key=virt.qemu.paths.qemu_bin, path=/*, default=None) => '/bin/qemu-kvm' 00:23:57 DEBUG| PARAMS (key=virt.guest.image_path, path=/*, default=/home/lmr/avocado/data/images/jeos-21-64.qcow2) => '/home/lmr/avocado/data/images/jeos-21-64.qcow2' 00:23:57 DEBUG| PARAMS (key=virt.qemu.template.contents, path=/*, default=None) => None Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
testplan: Description improvement
-
由 Lucas Meneghel Rodrigues 提交于
avocado.remote: Accept "timeout" arg
-
- 21 4月, 2015 3 次提交
-
-
由 Lukáš Doktor 提交于
The description might contain valuable information. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
the executed test is passtest, thus the name in results should be passtest.py and not boot.py Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "timeout" argument was added to "run_testsuite" but not added to avocado.remote, which now raises exception. This patch merges the --remote-timeout and --job-timeout keeping only the --job-timeout. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 20 4月, 2015 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
docs: revert attempt to fetch and build avocado-virt API documentation
-
由 Lucas Meneghel Rodrigues 提交于
docs: add section on GDB support and avocado-virt usage
-
由 Cleber Rosa 提交于
Commit 120345aa attempted to download and build avocado-virt API documentation together with the avocado API. While this was reliable offline, it succeeded only on the very first version builds at readthedocs.org. So, let's revert back that hackish form of combining the docs. Further commits will add API documentation generation to avocado-virt itself, and link avocado and avocado-virt by means of the intersphinx mapping feature and readthedocs.org sub-project support. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
It was attempted to fill in the gaps so that avocado-virt would be able to transparently use avocado GDB support. It turns out that a number of foundation changes will have to be made to support launching process in the background while running inside GDB. So, for now, let's document that limitation. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 17 4月, 2015 4 次提交
-
-
由 Rudá Moura 提交于
avocado.plugins: Make plugins description uniform
-
由 Lucas Meneghel Rodrigues 提交于
avocado.runner: Swap runTest() and _runTest().
-
由 Lucas Meneghel Rodrigues 提交于
Trivial patch that normalizes description of the plugins present on the base avocado repository. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
Swap runTest() with _runTest(). Now run_suite() will call runTest() and then, create a subprocess with _runTest(). Plus more refactoring: * Update documentation. * Use longer variable names. * Cosmetics. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 16 4月, 2015 3 次提交
-
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
The '/' prefix is leftover from -m $using:$path development and was already solved in -m patch. Remove this code which actually breaks the params resolving. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
avocado.multiplexer: Support for overriding entry points and yaml locations [v3]
-