Tests: Add missing infopipe tests to remaining branched#8360
Tests: Add missing infopipe tests to remaining branched#8360jakub-vavra-cz merged 1 commit intoSSSD:sssd-2-9-4from
Conversation
Add missing infopipe tests to remaining branched
There was a problem hiding this comment.
Code Review
This pull request adds a comprehensive suite of system tests for the SSSD InfoPipe (IFP) responder. The tests cover a wide range of IFP D-Bus API functionality, including user and group lookups, property retrieval, and listing. The test cases are well-structured and seem to correctly validate the expected behavior. I have one high-severity suggestion to improve code quality and prevent potential bugs by renaming a variable that shadows a Python built-in.
|
The pull request was accepted by @jakub-vavra-cz with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
Add missing infopipe tests to remaining branched