-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Allow tests to restrict OS version
Add a new `versions` class attribute that allows test classes to specify which version(s) are allowed/designed to execute on. If the test is attempted to be executed on a version that's not specified, the test will be skipped and a message will be printed. By default, the list of versions will be empty, which means that the test should run in all versions of the OS. This patch contains a change to restrict the execution of Teamd to RHEL 8, because it was deprecated for RHEL 9 and later. Resolves: #3782 Signed-off-by: Jose Castillo <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters