- 05 7月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 04 7月, 2016 6 次提交
-
-
由 Amador Pahim 提交于
selftests: Few pre-release unittest fixes
-
由 Lukáš Doktor 提交于
The superusers default permission is 0o644 while other users is 0o664. This is not handled by zipfile yet so adjust the unittest for now and see what we can do about this in our utils.archive later. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test requires mkfs binary in order to run, while it's not really essential for avocado testing. Let's skip it when it's not available. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Amador Pahim 提交于
selftests: Few pre-release unittest fixes
-
由 Lukáš Doktor 提交于
This test requires mkfs binary in order to run, while it's not really essential for avocado testing. Let's skip it when it's not available. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The superusers default permission is 0o644 while other users is 0o664. This is not handled by zipfile yet so adjust the unittest for now and see what we can do about this in our utils.archive later. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 02 7月, 2016 3 次提交
-
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
Use the stacktrace.str_unpickable_objects to get more information on why the status was not send through queue. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The stacktrace.str_unpickable_object() walks the object and tries to identify all the pieces which are unpickable and reports them in a human readable form. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 01 7月, 2016 5 次提交
-
-
由 Amador Pahim 提交于
contrib: Add run-kvm-unit-test script [v2]
-
由 Lukáš Doktor 提交于
This script runs kvm-unit-test tests as individual tests in avocado. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
Zip files are stored with permissions, but python's zipfile does not reflect that. This patch adjusts the symlink fix to also update file permissions. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 30 6月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
-
由 Amador Pahim 提交于
avocado.utils: Add "partition" utility [v3]
-
- 29 6月, 2016 2 次提交
-
-
由 Amador Pahim 提交于
Currently when something bad happens in app init(), STD_OUTPUT is left open, causing output misbehaviour, like disabling echo. This patch captures the exceptions from capp init() and tries to handle them nicely. Also, it turns the pagiator off, so the error and help messages will not be paginated. Referece: https://trello.com/c/F1x0ZUyeSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
Add options --env-keep to run command so users can make available in remote executions of Avocado some environment variables that are available locally. Reference: https://trello.com/c/Ddcly0oGSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
- 25 6月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
avocado.plugins.run: Fix job-timeout documentation
-
- 24 6月, 2016 4 次提交
-
-
由 Lukáš Doktor 提交于
The --job-timeout now accepts values <= zero and treats them as no timeout, let's reflect that in help msg. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Add expire time for asset fetcher Move _validate_job_timeout() to utils
-
由 Amador Pahim 提交于
Now users can invalidate a local copy of the asset file if it has more than a given time since created. Reference: https://trello.com/c/JLk01wOlSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
Let's make this function available for others. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 23 6月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
The plugin base import location changed to `avocado.core`. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 22 6月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Plugin interfaces: proposal for a better module name and location
-
- 21 6月, 2016 5 次提交
-
-
由 Amador Pahim 提交于
avocado.utils.lv_utils: Two bugfixes
-
由 Lukáš Doktor 提交于
The "vgremove" is interactive and it asks if it should remove used vg. Use "-f" to avoid this prompt. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "pvs" command adjusts to tablular output, therefor it can contain several emply ' 's, minimum 1. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The python's zipfile does not support symlinks and creates normal files instead, even though the zip file itself stores this information. This commit walks the zip file info and replaces the files for the actual symlinks. It means walking the file list twice, but it's the only way I could think of apart from using `unzip` command. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
No actual fixes, just autoformat Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 20 6月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
-
- 18 6月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Makefile: add rule for creating package files for PyPI
-
- 17 6月, 2016 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
avocado/utils/process.py: avoid false positives on pid_exists()
-
由 Cleber Rosa 提交于
The current implementation of pid_exists() is such that, if any error condition is obtained from sending a signal to a given process, than it means that it doesn't exist. But that is not true, and the same OSError exception raised when the process doesn't exist, can be raised when there's no permission to send a signal to a process (such as someone else's process). So, let's be very specific and check for ESRCH, which means "no such process". Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 6月, 2016 3 次提交
-
-
由 Cleber Rosa 提交于
Avocado needs a bit of custom massaging to be able to properly live under "avocado-framework" on PyPI. This adds a target that will make the upload of new releases easier. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: avocado.utils.lv_utils: Add LVM utility
-
由 Harish 提交于
Backports the autotest's utility to handle LVM. Signed-off-by: NHarish <harisrir@linux.vnet.ibm.com> Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 14 6月, 2016 2 次提交
-
-
由 Lukáš Doktor 提交于
When unhashable argument is passed to the `params.get`, it crashes while trying to obtain value from cache. This patch fallbacks to new query on such exception. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-