kumquat-buildroot/support/testing/infra
Ricardo Martincoski 998300c5f5 testing/infra/builder: split configure() from build()
Some test cases don't use a full build as setup, so split the build()
method into configure() and build().
It allows a test case to perform configuration at the setup stage and
the build inside the test itself.

Call this new method just before build in the BRTest base class, to keep
the current behavior for existing test cases.

This change will be needed when adding a common class to test the git
download infra.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-01 19:59:36 +02:00
..
__init__.py support/testing: fix code style 2017-10-06 18:56:49 +02:00
basetest.py testing/infra/builder: split configure() from build() 2018-04-01 19:59:36 +02:00
builder.py testing/infra/builder: split configure() from build() 2018-04-01 19:59:36 +02:00
emulator.py support/testing: allow to use a multiplier for timeouts 2017-08-10 10:08:06 +02:00