commit | 8125f2c19d4f51f7a7a74e508bc17515a58c2194 | [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 | 16ee0cd5a68c66440c25e615a690022c44d3318f [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>