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

This is an epic issue to track the development of the dependency graph. New tasks will be added here when needed. - [x] #5202 - [x] #5203 - [x] #5204...

epic

We have started getting the deprecation warning for distutils: ``` setup.py:21: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632...

**Is your feature request related to a problem? Please describe.** The `nrunner` based architecture is already the default for Avocado, but the legacy runner and loader code needs to be...

epic

**Is your feature request related to a problem? Please describe.** The legacy "runner" architecture has the ability to kill tests, and its children. But, completely limited to processes. With the...

enhancement
nrunner
customer:QEMU

This BluePrint will discuss a way to have a common API that will allow users to: * Check if a resource is known * Inquiry if a resource can be...

blueprints
customer:QEMU

We currently have a functional test for N(ext) Runner script implementations at `selftests/functional/test_nrunner_interface.py`. These are very basic, and can be augmented in areas such as: The output produced by the...

nrunner

**Describe the bug** When running the unit tests of our plugin with most recent Avocado I get ``` Error running method "pre_tests" of plugin "fetchasset": 'Subscript' object has no attribute...

bug
triage

### Discussed in https://github.com/avocado-framework/avocado/discussions/4953 Originally posted by **pevogam** September 17, 2021 As Avocado's runners are replacing the stdout and stderr of the tests with a custom `StreamToQueue` class, it might...

**Describe the bug** optional plugin varianter_yaml_to_mux fails to compile with below error blocking all our automation runs on the latest avocado 97.0 ``` Processing avocado_framework_plugin_varianter_yaml_to_mux-97.0-py3.6.egg Copying avocado_framework_plugin_varianter_yaml_to_mux-97.0-py3.6.egg to /usr/local/lib/python3.6/site-packages Adding...

bug
triage

**Describe the bug** nrunner seems to not call tearDown() when a testcase times out **Steps to reproduce** I have testcases which need some background processes. They are started by the...

bug
triage