[LTP] [PATCH v3] doc: add tests catalog page
Cyril Hrubis
chrubis@suse.cz
Wed Feb 5 16:26:23 CET 2025
Hi!
> + # timeout information
> + timeout = conf.get('timeout', None)
> + if timeout:
> + text.extend([
> + '',
> + f'Test timeout to {timeout} seconds.',
^
is
> + ''
> + ])
> + else:
> + text.extend([
> + '',
> + f'Test timeout defaults to {timeout_def} seconds.',
> + ''
> + ])
Maybe it would make sense to add runtime here as well since it's
logically connected to the timeout.
Otherwise:
Acked-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list