commit | 72b524cf426697e764c9c63611d0f6743f50f0f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:34:56 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | 7496d35d4a59e8e3bb34d35dc918c4d61c956565 | |
parent | 47ec3ede4efe214b4debdaf845d6eb622154f405 [diff] |
test: Handle driver model reinit in test_pre_run() For driver model tests we want to reinit the data structures so that everything is in a known state before the test runs. This avoids one test changing something that breaks a subsequent tests. Move the call for this into test_pre_run(). Signed-off-by: Simon Glass <sjg@chromium.org>