commit | 364ea8782f6d2628061e0a65be6268b521c907a6 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Nov 05 17:45:32 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 21 14:07:27 2016 -0500 |
tree | e05161f3a93629a30bd8b8cf53385d2b47407c79 | |
parent | 26c43ca7332830f200bc7d4c1aaf277b186ab04b [diff] |
test/py: expose config and log as session scoped fixture If a test uses a fixture which is expensive to setup, the fixture can possibly created with session or module scope. As u_boot_console has function scope, it can not be used in this case. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org>