commit | 528a0f6bbad9a2fc4918027611481e9c7488e7d2 | [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 | 317bdb25bb3d41191995f45ba992aa1eb2e25c17 [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>