commit | e2d22f782297bcec8b0b55d15b9a04e92bd4ea83 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:19 2023 -0400 |
tree | 3e23633bfe4f55378e48764ca1fd03ff3fbaec08 | |
parent | 8d6337e69147557fb3c4b89a27156ac468a20500 [diff] |
sandbox: Add a way to access persistent test files Some pytests create files in the persistent-data directory. It is useful to be able to access these files in C tests. Add a function which can locate a file given its leaf name, using the environment variable set up in test/py/conftest.py Signed-off-by: Simon Glass <sjg@chromium.org>