Home
last modified time | relevance | path

Searched hist:d8c1e033 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/test/py/
H A Dconftest.pyd8c1e033 Sat Nov 05 11:45:32 CDT 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> 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>