Jan Richter
Jan Richter
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....
**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...
This is an epic issue to track the development of the podman spawner reproducibility. New tasks will be added here when needed. - [ ] #5453 - [ ] #5454...
**Is your feature request related to a problem? Please describe.** Create mechanism for reproducing the same avocado run on different machine with podman spawner. Right now, the podman spawner will...
**Is your feature request related to a problem? Please describe.** When some of the tests from job fails, it would be good to be able to re-run only the failed...
This adds the ability for the runners to print user-specific logging streams to the console when the --show command is used. It is backport of https://github.com/avocado-framework/avocado/commit/e2652b71668068838ea856bb7e16b262d34a511e and https://github.com/avocado-framework/avocado/commit/ddd143e2e928fa326dcd9ee65a942087207c5748. Signed-off-by: Jan...
**Is your feature request related to a problem? Please describe.** Let's make possible for users to define the dependencies between tests and requirements inside the DOT files. This is an...
**Is your feature request related to a problem? Please describe.** Let's add pre post test plugins into the dependency graph. Such plugin will be as pre- or post-dependence for each...
This is an epic issue for tracking work on avocado problems with timeouts: - #5383 - #5295 - #5394