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

Adding support for RHEL10 distro release #6011

Closed PavamanSubramaniyam closed 2 months ago

PavamanSubramaniyam commented 2 months ago

We need the RHEL10 distro release checking to be included for the avocado misc tests network test bucket to work as it had worked for RHEL9 distro release

mr-avocado[bot] commented 2 months ago

Dear contributor, Avocado is currently at the end of sprint 107, therefore we are in feature freeze state. Please avoid merging changes that do not fall into these categories:

The feature freeze will be active until the release planned on September 02, 2024.

PavamanSubramaniyam commented 2 months ago

Hi @clebergnu,

I have incorporated the suggestions you have made and resent the commit to this PR.