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: fix job/suite config use and runnable identifier #5977

Closed clebergnu closed 1 week ago

clebergnu commented 1 week ago

This addresses a few different issues that in the end, result in the failure to set and apply a Runnable's identifier.

More specifically this: