avocado icon indicating copy to clipboard operation
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...

Results 204 avocado issues
Sort by recently updated
recently updated
newest added

This PR fixes some issues which were found during the 104 release. 1. Adds Avocado bot token, to reduce the dependency of the release on @clebergnu's private tokens. 2. Fixes...

refactoring

The patch is to test if the interface is a slave interface or a regular one. when mac address is passed as test param, return only for a regular interface...

added a utility that performs the operation on io scheduler Signed-off-by: Praveen K Pandey

Connection resets due to network instability can lead to the status server not catching a test status, an asyncio error like ``` full.log│2024-03-08 03:08:44,053 asyncio base_events L1744 ERROR| Task exception...

To match Debian Policy every binary should have manpage. Add RST docs for every binary which has --help command. For the runners, actual description was taken from their sources. Reference:...

documentation

The passt project wants to use avocado for tests, but we don't like its default jUnit style of test presentation. So, we plan to use some custom plugins to make...

customer:Passt

### Describe the bug When attempting to install Avocado from source using the `./setup.py install --user` command, I encountered several deprecation warnings. These warnings seem to be related to the...

bug

Until now, Avocado was limited to run tests on environments such as containers that are packaged in the main egg file "avocado_framework-{version}-py{major}.{minor}.egg". Now, plugins can describe the assets that contain...

I have implemented multiple pre and post test plugins to support various hosts. When I run `avocado run -m ` for example, then I send an interrupt, I would like...

enhancement

**Is your feature request related to a problem? Please describe.** In the nrunner architecture, a spawner will manage the execution of a task in a given environment. This environment may...

enhancement
Autils