- 12 6月, 2019 1 次提交
-
-
https://github.com/nasastry/avocado由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
- 11 6月, 2019 3 次提交
-
-
由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
由 Nageswara R Sastry 提交于
Added get_perf_events function, this patch helps in filtering the 'perf list' output with the supplied 'pattern'. Signed-off-by: NNageswara R Sastry <rnsastry@linux.vnet.ibm.com>
-
由 Cleber Rosa 提交于
And because of that, it's hosted in a different set of servers. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 08 6月, 2019 4 次提交
-
-
由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
由 Cleber Rosa 提交于
The new definitions (Enum based) have been present for quite a long time. Let's remove the deprecated ones in accordance to previous planning. Reference: https://trello.com/c/BMC7yFbXSigned-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>
-
- 28 5月, 2019 3 次提交
-
-
由 Merlin Mathesius 提交于
since avocado is currently incompatible with the new Fiber API. Remove pyliblzma as it has always been Python 2-only, and it is no longer available as of F31. Signed-off-by: NMerlin Mathesius <mmathesi@redhat.com>
-
由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
由 Narasimhan V 提交于
lv_utils: adding a method to reactivate vg. It also has the option to specify whether to export and import vg before activating or not. Signed-off-by: NNarasimhan V <sim@linux.vnet.ibm.com>
-
- 25 5月, 2019 1 次提交
-
-
由 Merlin Mathesius 提交于
the python3-aexpect package from the Fedora modular repositories. Signed-off-by: NMerlin Mathesius <mmathesi@redhat.com>
-
- 22 5月, 2019 1 次提交
-
-
由 Jan Richter 提交于
Signed-off-by: NJan Richter <jarichte@redhat.com>
-
- 21 5月, 2019 4 次提交
-
-
由 Cleber Rosa 提交于
This comment was applicable to a different context, and that code was removed, while the comment was preserved. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
These, according to ae1b3b29, were introduced to make room for a copy of aexpect. This was never completed (for a correct reason) and won't ever be (hopefully!). 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>
-
- 17 5月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
There's a bug that returns a sucessfull check, and includes in the filtering process, when just one of the key:vals criteria is found on a test. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
When listing tests in verbose mode, tags get shown. But since the addition of key:val tags, the values are not being shown. To allow for a compact layout, this puts the values under parenthesis right after the key. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 5月, 2019 1 次提交
-
-
由 Jan Richter 提交于
The new version of CIT varianter which support constraints for combinations. Signed-off-by: NJan Richter <jarichte@redhat.com>
-
- 14 5月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
AFAICT, most users of find_free_port() don't really care about the port number being the first in the range, and to be honest, most users I've seen don't even give a range. So, the result when using the first port in the range is a high change of collision, with no real benefit. Let's change the default policy, using a random port allocation. PS: this is motivated by real world collisions I've experienced when running tests in parallel, *and* when running other loads in the same machine along tests. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 5月, 2019 1 次提交
-
-
由 Xu Han 提交于
An `OSError` would be raised when avocado crashes the second time, that because the crash dir has already existed while the script attempted to create it again. Let's catch the error and ignore it. Signed-off-by: NXu Han <xuhan@redhat.com>
-
- 08 5月, 2019 1 次提交
-
-
由 Jan Richter 提交于
Signed-off-by: NJan Richter <jarichte@redhat.com>
-
- 07 5月, 2019 3 次提交
-
-
由 Cleber Rosa 提交于
I clearly missed that on 71d915dd, as there's no point of using a locally defined "basedir" and the one from the sefltests module. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Jan Richter 提交于
Signed-off-by: NJan Richter <jarichte@redhat.com>
-
由 Cleber Rosa 提交于
The data type expected to be given to each yield variant contains the variant id, the "variant" itself, which should be a list of TreeNode-like instances, and finally the applicable default search paths. The "variant" itself, has to be a list, given that on the very first varianter implementation, it's supposed to contain one item for each branch of the tree. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 02 5月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This shell script can not actually be used with non-bash sheels. This only manifests on some environments where /bin/sh is not bash, and the exact outcome is similar to: * Checking for avocado.core imports from examples/tests: selftests/modules-boundaries.sh: 9: selftests/modules-boundaries.sh: RESULT: not found 0 * Checking for non-relative avocado imports from avocado/core: selftests/modules-boundaries.sh: 20: selftests/modules-boundaries.sh: RESULT: not found 0 * Checking for avocado imports from avocado/utils: selftests/modules-boundaries.sh: 31: selftests/modules-boundaries.sh: RESULT: not found 0 PASS: no module boundary infringement(s) found Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 30 4月, 2019 4 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Rules such as "check" on our Makefile make sure that no temporary directory created by Avocado is left behind, but, it's very hard to tell who created a rogue directory. This brings improvements to the naming of the temporary directory, so that it's trivial to tell which test created in the first place. Additionally, it improves the temporary directory creation, usually by making use of a tearDown() test phase, instead of other more fragile methods. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
https://github.com/vaishnavibhat/avocado由 Praveen K Pandey 提交于
Merge branch 'configure_net' of https://github.com/vaishnavibhat/avocado into vaishnavibhat-configure_net Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-
由 Vaishnavi Bhat 提交于
Resending the patch after exception handling and review comments. This patch generates network config file when IP address, interface name and netmask is provided. Signed-off-by: NVaishnavi Bhat <vaishnavi@linux.vnet.ibm.com>
-
- 27 4月, 2019 6 次提交
-
-
https://github.com/pevogam/avocado由 Praveen K Pandey 提交于
Merge branch 'fix-no-html-output' of https://github.com/pevogam/avocado into pevogam-fix-no-html-output Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-
由 Plamen Dimitrov 提交于
Current 'None' evaluates as string where 'None' is not None. Signed-off-by: NPlamen Dimitrov <pdimitrov@pevogam.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
When this test used to be a function, it was OK to use "return", but now that it's a script (and the code is not wrapped in a function) that is invalid shell syntax. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
When CI systems work on branches for testing, they usually create merge commits. And those won't be signed, specially not from the author of the other commits. Let's skip the merge commits to work around that. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
For a long time we have resorted to a hack, let's call it "all commits hack", to test all commits in a branch on Travis-CI. While it clear had a positive side, it also had its annoyances. Now, more and more often, we're faced with the obligation of breaking PRs in smaller pieces just because of the limitations that the free tier of Travis-CI imposes (for instance max job time is 50 minutes). For instance, as this is written, the status of the master branch is broken, because of the max job time. And there's no way to waive it or tweak it. Also, the hack caused some really interesting problems, and caused a lot of time wasted, for instance, because it masks the merge commit that Travis-CI creates, and consequently, makes the signedoff-check.sh fail on the real HEAD of the merged branch. Basically, the "all commits hack" is a requirement to currently have signedoff-check.sh passing on Travis-CI. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 25 4月, 2019 1 次提交
-
-
由 Praveen K Pandey 提交于
Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com>
-