- 19 6月, 2019 5 次提交
-
-
由 Cleber Rosa 提交于
The former command line option is an old version, and the "--show" form is preferred. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This is actually an ancient option, and the preferred syntax has been "--show=none" for a while. 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>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 6月, 2019 6 次提交
-
-
由 apahim 提交于
Plugin interfaces: port to Python 3 ABC syntax
-
由 apahim 提交于
Introduce Data Drainer (avocado.utils.datadrainer) [v4]
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Jan Richter 提交于
When the chosen value can't be changed, bacause of some constrain. The function randomly choose diferent valueWhen the chosen value couldn't be changed, because of some constraints. The function randomly chose different value, which is not expected behavior. Now when this event occurs, the function raises ValueError exception and it's handled. Signed-off-by: NJan Richter <jarichte@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Plamen Dimitrov 提交于
These utilities are useful for expected changes in any file on a tested system. More info is provided within the module docstrings. Signed-off-by: NPlamen Dimitrov <pdimitrov@pevogam.com> Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 17 6月, 2019 6 次提交
-
-
由 Cleber Rosa 提交于
And test that the interface (only) classes can not be used directly. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This drainer will wait for a complete new line, buffering incomplete lines as needed. When complete lines are found, it will log them via a standard Python logging API. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This drainer (partial) implementation reads data from a file descriptor. Users should build on top of this class to come up with a full implementation (as exemplified in the accompanying tests). Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This is a utility module that hopes to make it easier to drain and process data that is generated concurrently with other code. One example is data that is produced by the test, and needs to be kept/processed/logged while the test logic is running. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This introduces a simple script that has the goal of pointing out tests that failed across a possibly large set of jobs. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 16 6月, 2019 1 次提交
-
-
由 apahim 提交于
XUnit schema check: replace lxml with xmlschema
-
- 15 6月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
Avocado's restclient tool, and also the avocado-server related tool avocado-journal-replay, are features that have not received any maintenance for a long time. The reason is because avocado-server itself hasn't been maintained. One of the post 69.0 goals was to make Avocado slimmer, and try to make its core features depend on nothing but Python, so let's drop this feature for now. If avocado-server resurrects, it can always be brought back from version control. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The later is a pure Python library, designed for the specific purpose of validating schema, while the former requires a compiler tool chain to be installed in a number of scenarios. Let's also pin the version of its direct depency, elementpath. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 14 6月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Balamuruhan S 提交于
add `get_supported_huge_pages_size()` to get multiple hugepage sizes supported by the host. Suggested-by: NAmador Pahim <amador@pahim.org> Signed-off-by: NBalamuruhan S <bala24@linux.vnet.ibm.com>
-
- 12 6月, 2019 2 次提交
-
-
https://github.com/clebergnu/avocado由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
https://github.com/nasastry/avocado由 Praveen K Pandey 提交于
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com
-
- 11 6月, 2019 4 次提交
-
-
由 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>
-
由 Praveen K Pandey 提交于
Thse two allow users to get and set content from /proc/sys PS: The namespace chosen for this module acklowdges that we have way too much content that is Linux specific, without actually defining it as such. This may be start of a proper "avocado.utils.linux" module, with modules such "avocado.utils.lv_utils" being moved there, and consequently being named "avocado.utils.linux.lv" for instance. Signed-off-by: NPraveen K Pandey <praveen@linux.vnet.ibm.com> Signed-off-by: NCleber Rosa <crosa@redhat.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 3 次提交
-
-
由 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>
-