- 22 9月, 2016 2 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: avocado/core/job.py: remove unused method _filter_test_suite
-
由 Cleber Rosa 提交于
The filtering of test methods is now implemented at the loader module. This is an unused leftover from older versions, so let's remove it. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 21 9月, 2016 2 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Added version file and updated the respective files
-
由 Satheesh Rajendran 提交于
Added version file and updated the respective files
-
- 20 9月, 2016 2 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: selftests/checkall: skip `.git` directory on inspekt based checks
-
由 Cleber Rosa 提交于
`.git` may hold content that ends up being checked by inspektor, such as the `git-rerere` cache. This may cause false positives, so let's skip `.git` completetly from those checks. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 19 9月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
The avocado package was renamed in 760d82c9 to `avocado-framework`, but the cleanup was left unchanged. This commit fixes it. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 16 9月, 2016 2 次提交
-
-
由 Amador Pahim 提交于
avocado: Few little improvements to listing local vars
-
由 Cleber Rosa 提交于
-
- 15 9月, 2016 3 次提交
-
-
由 Amador Pahim 提交于
Improve virt module exceptions/messages when it is not able to connect to libvirt and when the domain is not available. Reference: https://trello.com/c/Ni1LvaMQSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Lukáš Doktor 提交于
The use of stacktrace.log_message is not really necessary as the test already has `self.log` which is the actual log we want to write to. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
It could be useful to see not only key/value pairs, but also their types. As the value could be pretty long this patch logs the type just after the key. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 14 9月, 2016 5 次提交
-
-
由 Amador Pahim 提交于
docs: add section on Avocado installation using pip
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
-
由 Amador Pahim 提交于
This patch enables all the optional plugins in travis to increate the test coverage. Reference: https://trello.com/c/UHdVHzOZSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Cleber Rosa 提交于
We have introduced updated packages (41.0) to PyPI, which now support a much improved installation experience using pip. Let's add a section on that. While on that, let's restructure the sub sections levels. The proposal here for the sub sections on the "Installing Avocado" section is: 1) Installing from Packages 1.1) Fedora 1.2) Enterprise Linux 2) Generic installation from a GIT repository 3) Installing from standard Python tools Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 9月, 2016 3 次提交
-
-
由 Amador Pahim 提交于
When the test fails, it is useful to expose the local variables of the test function. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: rename make to run_make which using process.run fix style compatible to pep8 standard
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 12 9月, 2016 4 次提交
-
-
由 Lukáš Doktor 提交于
* spell: spell.ignore: add exceptions for this release
-
由 Amador Pahim 提交于
Adding exception to the spell.ignore. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: testplan: install and start qemu-ga
-
由 Amador Pahim 提交于
Now the --vm-domain, when used without --vm-hostname, requires the qemu guest agent to be running. This patch includes this information in our pre-release test plan. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 10 9月, 2016 2 次提交
-
-
由 Praveen K Pandey 提交于
Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-
由 Praveen K Pandey 提交于
Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-
- 09 9月, 2016 13 次提交
-
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
We shouldn't try to find other syslog candidates files after one is already found. Let's return earlier when a valid one is found. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Amador Pahim 提交于
We have sysinfo job hooks and test hooks. Job hooks are only executed when sysinfo is enabled, but test hooks are executed anyway. This patch makes the test to respect sysinfo setting and only execute test hooks when sysinfo is enabled. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
We have a LogWatcher class for system log files, but so far systemd journal messages were ignored. This patch creates a jounalctl watcher class and collects the journalctl messages diff per test, creating a gz file out of them. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
We do log the lack of permissions, but we don't log the missing files. Let's fix that. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Lukáš Doktor 提交于
We omitted the license in setup.py, let's add it and while on it define the classifiers related to this project. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
We use custom setup.py file, where we define all the versioning ourselves. Let's get rid of the unused config file which does nothing at all. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: setup.py: add stevedore to install requirements HTML Result Plugin: remove plugin requirements from core definition HTML Result Plugin: add avocado-framework as a installation requirement PyPI: define more consistent package name
-
由 Amador Pahim 提交于
avocado.core.runner: Disable stdin for tests
-
由 Lukáš Doktor 提交于
We already disable stdin by setting sys.stdin for tests, but there is still way to access it via `os.read(0, ...)`. This patch replaces the `0` (STDIN) file descriptor with the `/dev/null` file descriptor. Simple check is: avocado run /bin/read which hangs until data are provided and fails with this patch. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Result plugins: also list them on "plugins" command
-
由 Cleber Rosa 提交于
The "install_requires" parameter lists the Python packages that are required to be installed as base requirements. Right now, we have a bunch of "suggested" packages, which in their absence, will make some plugins fail to load (as expected) and some features to be gracefully disabled. Stevedore, though, is a mandatory requirement because it's a foundation for the plugin functionality. So, let's always try to install as part of `setup.py` so we have always have a functional installation. This should allow users to run `pip install avocado-framework` and have much better results than today. Note: this is not intended to be a substitute for the full requirements*.txt files. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-