[LTP] [PATCH v1] Replace runltp-ng with kirk framework
Petr Vorel
pvorel@suse.cz
Fri Sep 15 13:19:24 CEST 2023
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
More information about the ltp
mailing list