On Fri Jul 4 10:14:05 2025 +0000, Rémi Bernon wrote:
This doesn't look right, `i` is reused here in the inner loop. Do you need to really need to run this test for every `test_cases`?
The reused variable was incorrect, thanks.
Do you need to really need to run this test for every `test_cases`?
This retrieves a list of all `DEV_OBJECT`s on the system, but with only a single property value as specified. This tests that the code for retrieving only specific properties for different device types (which is what each `test_case` contains) works correctly.