[LTP] [PATCH v1] Replace runltp-ng with kirk framework

Andrea Cervesato andrea.cervesato@suse.com
Fri Sep 15 13:29:18 CEST 2023


Hi,

On 9/15/23 13:19, Petr Vorel wrote:
> Hi Cyril, Andrea,
>
>> Hi!
>>> Kirk application is a fork of runltp-ng and it aims to merge multiple
>>> Linux testing frameworks in one tool, providing support for remote
>>> testing via Qemu, SSH, LTX, parallel execution and much more.
>>> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
>>> ---
>>>   .gitmodules     | 6 +++---
>>>   tools/kirk      | 1 +
>>>   tools/runltp-ng | 1 -
>> Do we also want symlink from runltp-ng to kirk?
> +1
>
> BTW I suggested Andrea in the beginning of kirk to have runltp-ng symlink,
> which would behave like 'kirk --framework ltp'. I.e. this:
>
> ./kirk --framework ltp --run-suite syscalls
>
> would be equivalent of
>
> ./runltp-ng --run-suite syscalls
>
> Instead of having to run:
> ./runltp-ng --framework ltp --run-suite syscalls
>
> In that case kirk would be a drop in replacement.
> Andrea, would it be possible to implement this functionality?
> (the default framework could be detected by symlink name, the same approach
> busybox uses, more symlinks could be added).
>
> Kind regards,
> Petr

The default kirk behavior is to use '--framework ltp' by default, so 
there's no difference between

./kirk --framework ltp --run-suite syscalls

and

./kirk --run-suite syscalls

Regards,
Andrea



More information about the ltp mailing list