diff options
author | Simon Glass <sjg@chromium.org> | 2024-10-19 09:21:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-03 21:27:12 -0600 |
commit | fbdac8155c8978e02e54fc1a5952e8d53f7a2eee (patch) | |
tree | a36984b4c10243007e08485c9b84cb44028c8295 /drivers/fpga/intel_sdm_mb.c | |
parent | 5224aa1dadee67ed4c575c4d1c1e2d4c10be0c18 (diff) |
test: Expand implementation of ut_list_has_dm_tests()
This function assumes that all tests in a suite are being run. This
means that it can sometimes call dm_test_restore() when it should not.
The impact of this is that it is not possible, for example, to run
'ut bootstd bootflow_cros' and then check the state of bootstd
afterwards, since all devices are removed and recreated.
Update the function to take account of any selected test, to avoid this
problem.
Add a comment for test_insert while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/fpga/intel_sdm_mb.c')
0 files changed, 0 insertions, 0 deletions