- 20 7月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
-
由 Amador Pahim 提交于
Including the release notes in our docs. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 19 7月, 2016 2 次提交
-
-
由 Amador Pahim 提交于
examples: Add `make spell` to testplan
-
由 Lukáš Doktor 提交于
Support for spell checking had been added to avocado recently, let's make that mandatory step of manual testplan. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 18 7月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
-
由 Amador Pahim 提交于
Now users can execute 'avocado run --replay latest' to have the latest job replayed. No need to remember the job id. Reference: https://trello.com/c/C0YCTT6dSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
- 14 7月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Add spell checker as Makefile target. Yet another spellcheck.
-
- 13 7月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
This patch adds the `make spell` command so developers can easily check the spelling on docstrings and comments. False positives words should be added to spell.ignore file. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 12 7月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 08 7月, 2016 4 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Massive spelling correction
-
由 Amador Pahim 提交于
Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: avocado/core/tree.py: replace get_ascii() for tree_view()
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Multiplex doc: try to be clearer about mandatory space and colon
-
- 07 7月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
We have a warning about the mandatory space when using the `!include :` construct. Since the warning has an exclamation mark (for punctuation purposes) it can make it a bit confusing since the example given begins with an exclamation mark (for syntactic purposes). Also, in reStructured Text markup, double underscores do not add emphasis, as it seems to be the original intention. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Commit 19cb82ce removed the `get_ascii()` method and added the utility function `tree_view()`. But there is a leftover using the old method. Let's replace them. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 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>
-