- 24 8月, 2016 6 次提交
-
-
由 Amador Pahim 提交于
This patch makes the avocado.core.jobdata code more clean and efficient. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
The core part of the replay feature is in charge for record and retrieve the job information. Record/retrieve information is not a replay-only task, so this patch renames the avocado.core.replay module to avocado.core.jobdata. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
The licensing was copied from another module and the author was not updated at that point. Let's update the information to reflect the actual author of this module. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
avocado: Remote and html bugfixes
-
由 Lukáš Doktor 提交于
Users have reported failures of `lspci -vvnn` to be undecodable by utf-8. Let's only log the failure and leave it up to the user to locate the file on the disk. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The `re.MULTILINE` breaks the strings by `\n` but it ignores `\r`. Let's accept optional `\r` at the end of the line. This helps when some broken plugin spits additional lines after `avocado -v` output. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 23 8月, 2016 3 次提交
-
-
由 Lukáš Doktor 提交于
* modules2: spell: Add Praveen (the author) to the spell dict check config in running kernel and return status
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Praveen K Pandey 提交于
Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-
- 19 8月, 2016 2 次提交
-
-
由 Amador Pahim 提交于
avocado.plugins.multiplex: Change the `system-wide` shortcut
-
由 Lukáš Doktor 提交于
The shortcut `-s` used for `--system-wide` clashes with `--silent|-s` from the main apps arguments, disabling the output. This is the argparse limitation so let's just remove the shortcut and let users use the full argument instead. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 17 8月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: avocado.utils.filelock: add a functional test Makefile: add target for tests that take a long time to run
-
- 16 8月, 2016 5 次提交
-
-
由 Cleber Rosa 提交于
We used a functional test during the development of the lockfile module, but didn't include because really useful tests would take long (>20s) to run. Now that the Makefile has a target for longer tests, let's add it with 1000 processes. This takes roughly 25s to run. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
Some useful (usually functional) tests can take a long time to run. Let's add a new target that developers can use to run long tests every once in a while. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 8月, 2016 12 次提交
-
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
-
由 Amador Pahim 提交于
docs: Fixes found in docs review
-
由 Lukáš Doktor 提交于
We decided to only include a link to the sprint theme, let's respect that in all release notes we have. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The `---` evalves to `—`. This patch proposes `----` which produces the full `----------------------------` across the page. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The avocado-virt and avocado-virt-tests are not packaged anymore and should only be installed from source. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Basic security guidelines advice to use `sudo` to run docker. We have the support for this via `--docker-cmd` so let's use it in the demonstration example to make it more visible. Additionally this should make it easier for people to just follow the example without the need to configure their docker to run as non-root without sudo. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The `` `` does not work in sphinx. Let's use ``" "`` instead and use the same way for other items in this paragraph to avoid confusion. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The aexpect is required by avocado RPMs, but it's not available in standard distribution. Let's just list the options to get it. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The other's is used as other people tests, which is a valid usage. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Amador Pahim 提交于
Testplan related bugfixes [v2]
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Revert "avocado.core: Cleanup runner->multiplexer API"
-
- 14 8月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
This reverts commit b6cbe734.
-
- 13 8月, 2016 3 次提交
-
-
由 Lukáš Doktor 提交于
The 625eefe0 changed the way to fill the adjusted/formatted test entries. The problem is, that the adjusted entries are not the only entries the template uses. It requires other, entries in the original format. Let's revert that part and keep the old behavior where we only adjust the values we need to adjust. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Usually we want to include all the commits of related projects to the report. Let's add a convenient way to list all siblings HEAD shas. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 12 8月, 2016 7 次提交
-
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
The TAP test requires the perl-Test-Harness package, let's add it to the build dependencies. It fails silently, but there is a message just when the selftests are executed: + selftests/run Can't locate TAP/Parser.pm in @inc (you may need to install the TAP::Parser module) (@inc contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
* https://github.com/avocado-framework/avocado: Makefile: use setup.py for getting the current versions Result: have a fallback result instance HTML Result: use existing result instead of custom result dict HTML Result: give the right name to ReportModel input HTML result: use pkg_resources to locate required resources
-
由 Cleber Rosa 提交于
Under some circumstances, getting the version indirectly through `avocado/core/version.py` can return `unknown.unknown`. Let's use the authoritative source for version numbers: `setup.py` itself. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The way we're moving the result classes out of the ResultProxy means that it's possible that no Result instances are present in the proxy. Since the results that are re-implemented using the new interface depend on one result instance, let's make sure there's at least one instance. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
There are just too many intermediaries to the result generation. Let's skip the custom result dict and just use the Result instance that now contains all the test information. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
There's no JSON involved in the HTML result generation code. Let's be clear about what's being passed around. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-