From 233a846e864fe2a364e05d08c3ae91475b5916d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Thu, 10 Aug 2023 13:16:51 +0200 Subject: [PATCH] tests: add sssd_test_framework.markers plugin This loads additional markers defined in the sssd_test_framework. Currently, there is only `builtwith` to check if SSSD was built with particular feature (files-provider only at this moment). Reviewed-by: Iker Pedrosa Reviewed-by: Justin Stephenson --- src/tests/system/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/system/conftest.py b/src/tests/system/conftest.py index 1c94ceec4d0..c53ae5f5fe8 100644 --- a/src/tests/system/conftest.py +++ b/src/tests/system/conftest.py @@ -11,6 +11,7 @@ "pytest_mh", "pytest_ticket", "sssd_test_framework.fixtures", + "sssd_test_framework.markers", )