kumquat-buildroot/support/testing/infra
Arnout Vandecappelle b78b50465c support/testing: move BRTest initialisation to __init__
BRTest's setUp() method contains a few assignments that initialize its
member variables. Since we will want to use these in test case
overrides, move them to the __init__ function.

Also allow the config member to be overridden, rather than always
taking the class member.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-10 17:46:25 +02:00
..
__init__.py support/testing: strip /usr/ part from HOST_DIR 2017-07-10 17:46:22 +02:00
basetest.py support/testing: move BRTest initialisation to __init__ 2017-07-10 17:46:25 +02:00
builder.py support/testing: simplify logging by keeping the log file open 2017-05-17 21:59:58 +02:00
emulator.py support/testing: large timeout for login prompt 2017-07-01 16:05:14 +02:00