[autobackport: sssd-2-11] tests: reorganize infopipe tests by interface#8462
Conversation
There was a problem hiding this comment.
Code Review
This pull request reorganizes the infopipe tests into logical sections based on the D-Bus interface they exercise. This is a pure refactoring with no logic changes, which significantly improves the test suite's maintainability and readability. The new structure is clear and well-organized. I've reviewed the changes and found no issues. The reorganization is well-executed and a good improvement for the codebase.
Group the infopipe tests into logical sections based on the D-Bus interface they exercise: - Infopipe (root object) - Domains - Users - Groups - Mixed/Combined interfaces This is a pure reorganization with no logic changes to improve test maintainability and readability. Reviewed-by: Jakub Vávra <jvavra@redhat.com> Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com> (cherry picked from commit 1571946)
|
The pull request was accepted by @alexey-tikhonov 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. |
e15bcef to
04246dc
Compare
This is an automatic backport of PR#8451 tests: reorganize infopipe tests by interface to branch sssd-2-11, created by @aborah-sudo.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
1571946 - tests: reorganize infopipe tests by interface
Backported commits
Original Pull Request Body
Group the infopipe tests into logical sections based on the D-Bus interface they exercise:
This is a pure reorganization with no logic changes to improve test maintainability and readability.