commit | b2890a14de4d656a378f4b45d8248e70c2a4e929 | [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 | 59cad96417b6d1881cd7cb6c3ddd5922b611f00e [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>