avocado-framework / avocado

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 executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

Runnable: do not ignore the configuration passed from recipes #5898

Closed clebergnu closed 2 months ago

clebergnu commented 3 months ago

When creating Runnables from recipes, the given configuration will get discarded when "filtering" the configuration used.

The correct approach is to keep the given configuration, and supplement it with the other needed (used) configuration.