commit | 20d4440189b924eaf9d77e9f2470cd39abe34a4a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:44:00 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:35 2018 -0500 |
tree | 3a4c9f5fb08d24cd38ee2acef5e0fed98d832b28 | |
parent | 9946d557be409de5d598232f6e29c17809b9ac9d [diff] |
test/py: Add a way to pass flags to sandbox It is sometimes useful to restart sandbox with some particular flags to test certain functionality. Add a new method to ConsoleSandbox to handle this, without changing the existing APIs. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com>