commit | eb6e903a569d35032ca3772d93c26fb1071ab3ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:06 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:09:56 2022 -0400 |
tree | 0e2a9b9ced601089616d3b6dc0eb8c1158361b6a | |
parent | 0e4b697f884d1f2190a9972b662abc8498159333 [diff] |
test: Detect a change in the device tree If the device tree changes during a test and we cannot restore it, mark it as such so that future tests which need the live tree are skipped. Signed-off-by: Simon Glass <sjg@chromium.org>