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
345 stars 343 forks source link

Distro: add a functional test for Debian probes #6030

Closed clebergnu closed 1 month ago

clebergnu commented 2 months ago

While the standard "debian" container is not so easily suitable for being used in the existing functional tests for distros that run an Avocado job, the very standard "python" container is built on Debian and provides Python (of course).

This should serve to avoid regressions to the distro probes for Debian.

clebergnu commented 1 month ago

Thanks for the review @richtja! Merging it!