mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
oe-selftest: Implement console 'keepalive' output
Similar to bitbake, implement a 'keepalive' output to the console to ensure CI systems do not kill the process. The default timeout for bitbake is 5000s. (From OE-Core rev: 77939cca96fa5467c88eafa3ac0db2db4aef09d6) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ecfa7aaea3
commit
4364a26db1
@@ -33,7 +33,7 @@ scriptpath.add_bitbake_lib_path()
|
||||
from oeqa.utils import load_test_components
|
||||
from oeqa.core.exception import OEQAPreRun
|
||||
|
||||
logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout)
|
||||
logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout, keepalive=True)
|
||||
|
||||
def main():
|
||||
description = "Script that runs unit tests against bitbake and other Yocto related tools. The goal is to validate tools functionality and metadata integrity. Refer to https://wiki.yoctoproject.org/wiki/Oe-selftest for more information."
|
||||
|
||||
Reference in New Issue
Block a user