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

**Describe the bug** Depending on the machine, this test is failing because when IPV6 is disabled scoket() or bind() will return an error. Test needs to be refactored. **Steps to...

refactoring

Lots of the checkes made by codeclimate are from bandit https://docs.codeclimate.com/docs/bandit We currently run bandit under the experimenal checks, it'd would be interesting to check the configuration options and enable...

enhancement

**Is your feature request related to a problem? Please describe.** Recurring test jobs will eventually hit situations where the feature under test reveals itself straight out and consistently broken or...

enhancement

**Is your feature request related to a problem? Please describe.** While running Avocado's self tests (and trying to incorporate them in our own CI), the run froze at a test...

enhancement

It seems to just "complete" but no tests seem to be ran: ``` $ ssh -t remote_node '.local/bin/avocado run --test-runner nrunner /bin/true' ; echo $? JOB ID : c60a4f33f0aff584e74dfd48a33c25ff9399a685 JOB...

incorporate packages build into our GH actions.

Currently, as of 7636a812169a0da4902b86a3467818392903d804, Avocado will generate a `avocado.core.DEBUG` file with everything that is internal debug information. The current location, right inside the top level of the job results directory,...

enhancement
test runner and core APIs

@clebergnu Not sure if this should be included in 93. I remember we discussing this a few weeks ago. In any case added this to 94.

Currently, the "filter-by-tag" feature takes action after the discovery on the resulting suite, but after the discussion on ML, it makes sense to re-evaluate and move this to loaders instead,...

Currently, Avocado will try to match test references with .avocado.hint files references entries. Depending on how tests references are described at those hint files, Avocado will not recognize those entries....