commit | 0f8f6770fbcc31753cf46b565cbb3dbc46c8d217 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:34:49 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:29 2021 -0500 |
tree | 1ffba2c09c279767da8cbffcfa917069abe25654 | |
parent | d93dc7de2225b5dd970e1aa29bf39c50c43789f1 [diff] |
test: Call test_pre/post_run() from driver model tests Ultimately we want to get rid of the special driver model test init and use test_pre_run() and test_post_run() for all tests. As a first step, use those function to handle console recording. For now we need a special case for setting uts->start, but that wil go away once all init is in one place. Signed-off-by: Simon Glass <sjg@chromium.org>