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

There needs to be a way to define the cycle of Avocado-VT development phases which are not bound to be guaranteed compatibility with Avocado. A proposal for those cycles was...

There's one gap in the current offers of Avocado packages, which is allowing users to install the latest Avocado release (not the latest development version). This was previously covered by...

**Is your feature request related to a problem? Please describe.** Create vmimage requirement plugin for downloading vmimages which are required for test before running such test. With this feature, the...

enhancement
customer:Dovetail

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always missing this feature when [...] Right now,...

enhancement
customer:Dovetail

**Is your feature request related to a problem? Please describe.** Avocado currently uses `avocado-static-checks`, but for the lint checks use a custom configuration which is much more lax (has many...

enhancement

This commit introduces a new timeout feature, which adds the possibility to set a specific timeout for a block of code with context manager like this: with self.wait_max(3): #code which...

enhancement
customer:Dovetail

Local variable 'hint_resolutions' value is not used, and In the following if statement, this variable will be reassigned.

**Describe the bug** Running avocado-vt tests on an Oracle Linux AMD host fails with the error: ``` JOB ID : 2d2563d6a1eee8a19d00bdf9297e3ba1a12f5c31 JOB LOG : /root/avocado/job-results/job-2024-09-19T10.25-2d2563d/job.log (1/1) io-github-autotest-qemu.unattended_install.cdrom.extra_cdrom_ks.default_install.aio_native: STARTED (1/1) io-github-autotest-qemu.unattended_install.cdrom.extra_cdrom_ks.default_install.aio_native:...

bug

This is some of the work in preparation for the debian packaging on https://github.com/avocado-framework/avocado/pull/5912. I have separated the fixes in two commits, let me know if this is ok. On...

**Is your feature request related to a problem? Please describe.** In avocado/utils/linux_modules.py, the loaded_module_info function will print out the result of commands `lsmod` and `modinfo`. When I call unload_module function...

enhancement