avocado
avocado copied to clipboard
Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any...
**Describe the bug** Help : 'URI for connecting to the status server, usually ' 'a "HOST:PORT" string. Use this if your status server ' 'is in another host, or different...
Network util support for network manager and wicked way of configuration Before RHEL 9 1. Network utils supports legacy ifcfg way of network configuration 2. Path of the configuration file...
This is an initial PR which crates avocado cache interface. It introduces new plugin "Cache" which will be responsible for manipulating with cache, and it's representation through avocado interface. This...
Infrastructure for creating post-test plugins. Such plugin will be able to add tasks after the test task. Introduces first post test plugin which is using this infrastructure the sysinfo plugin....
bystatus.py: Use relative path to create symbolic link The current design uses an absolute path to create symbolic link, this means no matter where the log files are moved/uploaded, the...
**Is your feature request related to a problem? Please describe.** The eventual migration to the autils repository requires the version on `avocado.utils.*` to be marked as `maintainer-wanted` as per the...
This is just a very early implementation of an LXC spawner for post 82 LTS, submitted to gather any opinions and possibly clarify some questions.
**Is your feature request related to a problem? Please describe.** Right now, the requirements cache is hidden inside avocado test process and user doesn't have any control over it. The...
The test uses functionality that is only available if the HTML plugin is available, so it should be skipped otherwise. Signed-off-by: Cleber Rosa
_Tl;dr: This is an attempt to bond all logging issues related to this epic issue. Here we describe our problem and some room for improvements regarding our logging system._ During...