-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: add sssd_test_framework.markers plugin #6870
Conversation
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).
CI / system fails in the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I tested it locally and it works 😄
This was waiting for sssd-test-framework PR to be merged. It works now. CI failures are not related. |
@justin-stephenson ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack.
This loads additional markers defined in the sssd_test_framework.
Currently, there is only
builtwith
to check if SSSD was built withparticular feature (files-provider only at this moment).
Depends on:
SSSD/sssd-test-framework#30