[LTP] [PATCH v3] doc: add tests catalog page

Andrea Cervesato andrea.cervesato@suse.com
Wed Feb 5 16:42:03 CET 2025


Hi!

On 2/5/25 16:26, Cyril Hrubis wrote:
> 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.
Probably yes. I will add it and correct the text.
>
> Otherwise:
>
> Acked-by: Cyril Hrubis <chrubis@suse.cz>
>
Andrea


More information about the ltp mailing list