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

We are using avocado for the first time and receiving the following error on running "avocado plugins" cmd /c/Users/jayeshbh/npcit_integration/npcit/venv_python3/data/crashes/avocado-traceback-2022-06-02_13:10:29-salkjjgc.log Avocado crashed: Traceback (most recent call last): File "/c/Users/jayeshbh/npcit_integration/npcit/venv_python3/bin/avocado", line 8,...

This is a report of an issue that I have experienced for some time but didn't share until I removed LXC container spawners and other functionality that could have been...

bug
nrunner

This is an epic issue for tracking work on avocado problems with timeouts: - #5383 - #5295 - #5394

epic
bug

**Is your feature request related to a problem? Please describe.** The runners shouldn't be dealing with timeouts by themself, but the timeout should be managed by avocado itself. Avocado has...

enhancement

**Describe the bug** It is not possible to use local avocado egg for podman spawner **Steps to reproduce** avocado configuration file: ``` [spawner.podman] avocado_spawner_egg = "~/Avocado/avocado/dist/avocado_framework-97.0-py3.9.egg" ``` avocado command: ```...

bug
triage

### Discussed in https://github.com/avocado-framework/avocado/discussions/5376 Originally posted by **celebgnu** May 13, 2022 Hello, We had used avocado-framework-plugin-loader-yaml plugin for creating an test sequence, where in we had used the test reference...

**Is your feature request related to a problem? Please describe.** The legacy runner, through its `avocado.core.test.SimpleTest` implementation, have a [feature](https://avocado-framework.readthedocs.io/en/96.0/guides/writer/chapters/writing.html#simple-tests-status) that allows the configuration of regular expressions that, if matched,...

enhancement

Currently our main entry point for checks is `check.py`. However `selftests/run` is called by `selftests/run_coverage`. We need to double check if that is really needed. IIRC @willianrampazzo was working in...

The safeloader script has been failing for 3 weeks in the pre-release tests, see: https://github.com/avocado-framework/avocado/runs/6252641446?check_suite_focus=true Log output: ``` 2022-05-02T05:36:15.4686337Z RESULTS : PASS 1074 | ERROR 0 | FAIL 1 |...

bug
triage

Add a new GH Actions that can be run on-demand to test compatibility with avocado-vt Reference discussion: https://github.com/avocado-framework/avocado-vt/pull/3295

enhancement