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** The runnable variant is not respected by avocado when it is set by Job API **Steps to reproduce** Job API: ``` import sys from avocado.core.job import Job...

bug

Adding logic to use the parameters defined in run.test_params as part of the Runnable params. Bug related: #5347 Signed-off-by: Mario Alberto Alvarado Galindo

**Describe the bug** Parameters provided via run.test_parameters at the Runnable level are not used **Steps to reproduce** Generate a Job specifying parameter at the Runnable level, them will not be...

bug

**Is your feature request related to a problem? Please describe.** Avocado's legacy runner has support for the `--wrapper` [feature](https://avocado-framework.readthedocs.io/en/96.0/guides/user/chapters/advanced.html#wrap-executables-run-by-tests). It depends on "hacks" (and hooks) on the `avocado.utils.process`, and rely...

enhancement
nrunner

**Is your feature request related to a problem? Please describe.** The nrunner architecture allows for much more decoupled execution of tests and collection of its results. All existing spawners at...

enhancement
nrunner

I am running netperf test from a client server with netserver already started on peer server. I constantly see throughput percentage less than 50 %. Can you please let know...

bug
triage

**Is your feature request related to a problem? Please describe.** The `runner_queue` property of `avocado.Test` (and related methods and attributes) is used by the legacy runner *only*. It can and...

enhancement
nrunner

As it can be seen [here](https://copr.fedorainfracloud.org/coprs/g/avocado/avocado-latest/build/2880855/), Fedora 33 and 34 builds are failing for s390x. The exact failure is with `check-577-selftests/unit/utils/test_process.py:MiscProcessTests.test_get_children_pids ERROR`. Using an 82lts based build output (which still...

optional plugins / utils / contrib

A lot of of the information from `setup.py/setup()` can be moved to a declarative `setup.cfg` file, see https://setuptools.pypa.io/en/latest/userguide/declarative_config.html Background discussion at https://github.com/avocado-framework/avocado/discussions/5051

enhancement

avocado 95.0 fails with"avocado run: error: unrecognized arguments: --mux-yaml" , the details as followed:Failed to load plugin from module "avocado_varianter_yaml_to_mux.varianter_yaml_to_mux": ModuleNotFoundError("No module named 'avocado_varianter_yaml_to_mux.varianter_yaml_to_mux'") : File "/usr/local/lib/python3.9/site-packages/avocado_framework-95.0-py3.9.egg/avocado/core/extension_manager.py", line 63, in...