- 25 11月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Sometimes we might add a repo that has no GPG keys and still want to install a package from that repo. We need --allow-unauthenticated to tell APT that we really want to install it. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
- 24 11月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
avocado.core.remoter: Fix error on exception reference
-
由 Lucas Meneghel Rodrigues 提交于
fabric.network was never imported in avocado.core.remoter, but fabric.network.NetworkError was referenced in its code, making the exception to never actually be captured. Let's fix it. While at it, let's resolve one complaint of the pycharm python checker: When importing some module on a try/except block, make some effort to define the module in case of failure. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
- 21 11月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
-
- 20 11月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
Let's use comprehensions for generating pools and itertools to flatten the list of variants. This improves the performance ~10%. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 19 11月, 2015 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Multiplex doc: attempt to reduce confusion on file format and line nu…
-
由 Lucas Meneghel Rodrigues 提交于
Miscellaneous fixes
-
由 Cleber Rosa 提交于
Ideally our HTML formatted docs would have toggable line numbers. Since we don't have that, let's just try to be clearer about the line numbers not being part of the multiplex file format. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 11月, 2015 3 次提交
-
-
由 Cleber Rosa 提交于
This example file should have been remove together with commit 7b969527. Better late than never, so let's do it now. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Fix the docstring that doesn't reflect that the result parameter should actually be a TestResultProxy. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 17 11月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lukáš Doktor 提交于
Some tests might require additional cleanups not just after the test, but after the whole job. This patch adds another message called "func_at_exit", which can be pushed by the test and will get registered and called when all tests finish. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 16 11月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
The test_status is handled in TestRunner.run_test quite chaotically. This patch extracts test-related communication into a separate class, and provides simple abstraction, making it simpler to extend it of other messages. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 12 11月, 2015 6 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
The current probe is not identifying the version numbers for CentOS 7.X. Let's use a more relaxed regexp to fix that problem. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
It turns out we forgot to state fabric dependencies in the debian package. Let's fix that problem. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
Let's remove an artifact from old times. The current process APIs should handle stdout and stderr just fine. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add the gdebi-core dependency that our ubuntu users might need to if they are going to use the avocado software manager library. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
It turns out that apt doesn't really handle local installs graciously as dnf/yum, but thankfully there is a program named gdebi, shipped in Debian and Ubuntu, that would let us do that. Use it when available (we can make gdebi a dependency for the avocado debian package to ensure it'll always be there). Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
Fix the command used to check package status (there was a missing space there) and the logic for checking installation (verify OK string in the entire command output). Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
- 11 11月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
process.py: CmdError class backward compatibility fix
-
由 svirt 提交于
In the newer CmdError class implementation the __init__() doesn't have anymore the third non-mandatory argument "additional_text". But still in the different parts of the source code the CmdError is used with the third argument. If there is no special reason behind deleting the "additional_text" then I would suggest to keep for having the backward compatibility. (for example got argument amount errors while running particular libvirt tests which had to raise a CmdError exception)
-
- 10 11月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
avocado/core/virt.py: avoid crashing when trying to detect VM IP address
-
由 Cleber Rosa 提交于
The current code assumes that libvirt will always return information about the VM in a given format, and also assumes that the VM will have a NIC, which may not be the case. This adds better checks if the conditions are not met, skipping the IP detection feature, instead of crashing. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 05 11月, 2015 4 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Together with the asset files, we'll now host the RPM repos at a couple of OpenShift instances, named after the Avocado Project. The two main repo files are located at: * https://repos-avocadoproject.rhcloud.com/static/avocado-fedora.repo * https://repos-avocadoproject.rhcloud.com/static/avocado-el.repo And they point to the same base URL for individual repositories. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 04 11月, 2015 5 次提交
-
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
由 Lucas Meneghel Rodrigues 提交于
With recent refactorings of the loading code, some of the logic became unreachable (and irrelevant to avocado). Let's remove the unreachable code. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
- 03 11月, 2015 7 次提交
-
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
To sync with the latest changes in Avocado. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The path in logdir has to be turned into a safe-path. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This function can be used in other parts of this project (eg. remote). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-