commit | f6711b48397539d3a70e374319ee8287b9f44425 | [log] [tgz] |
---|---|---|
author | Andrew Goodbody <andrew.goodbody@linaro.org> | Wed Nov 06 13:50:17 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 17 13:13:02 2024 -0600 |
tree | 13117f92de3ca37e5f668527d2af58364fd0ec8f | |
parent | ff3edc26085752ad5ae213134871cefd75545d83 [diff] |
test: bootm: Ensure tests can be run twice Some of the bootm tests rely on state that is assumed to be correct but is changed by the tests. This means that running 'ut bootm' twice will result in failures on the second run as the state left by the first run is not what the tests expect. Fix this by ensuring the state is as expected by explicitly setting that state. Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>