From: Cyril Hrubis <chrubis@suse.cz>
To: Petr Vorel <pvorel@suse.cz>
Cc: ltp@lists.linux.it, automated-testing@lists.yoctoproject.org
Subject: Re: [LTP] [PATCH v2 1/6] doc: INSTALL: dma_thread_diotest.c: Remove runltp from doc
Date: Tue, 17 Feb 2026 10:19:48 +0100 [thread overview]
Message-ID: <aZQytH7k6pVXqdsz@yuki.lan> (raw)
In-Reply-To: <20260205121540.329921-2-pvorel@suse.cz>
Hi!
> Remove runltp from all doc, replace it with kirk.
> Also replace the old runltp-ng with kirk.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> INSTALL | 4 +++-
> doc/developers/test_case_tutorial.rst | 6 +++---
> doc/developers/todo.rst | 10 ----------
> metadata/README.md | 2 +-
> testcases/kernel/fs/fs_readonly/test_robind.sh | 2 +-
> testcases/kernel/io/direct_io/dma_thread_diotest.c | 3 +--
> testcases/kernel/security/smack/README | 2 +-
> testcases/network/can/filter-tests/INSTALL | 2 +-
> testcases/network/rpc/rpc-tirpc/README | 2 +-
> testscripts/Readme_ROBind | 4 ++--
> 10 files changed, 14 insertions(+), 23 deletions(-)
>
> diff --git a/INSTALL b/INSTALL
> index c44bb4e660..9ef929a971 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -105,9 +105,9 @@ Quick Start
> $ ./configure
> $ make all
> # make install
^
This should be $ (not caused by this patch but worth fixing)
> - $ /opt/ltp/runltp
>
> *NOTE:
> +- For running tests use kirk [1], individual test you can run directly.
^
This sentece has wrong order of words.
And also oversimplifies things, there is no mention of setting correct
PATH that needs to be done in order to run these tests.
I would just drop that and leave only the first sentence.
> - LTP assumes the existence of the nobody, bin, and daemon users and their
> groups. If these IDs do not exist, certain tests will fail. The respective
> user and group IDs should be the same, i.e. if `nobody's' user ID is 99, then
> @@ -117,6 +117,8 @@ its group ID should also be 99. The names of the groups are irrelevant.
> DESTDIR= is also honored for install and will install into $DESTDIR/$prefix,
> if you want to install into a chroot or a rootfs for instance.
>
> +[1] https://github.com/linux-test-project/kirk
> +
> Detailed Installation
> ---------------------
>
> diff --git a/doc/developers/test_case_tutorial.rst b/doc/developers/test_case_tutorial.rst
> index 08bd1b1519..240897e36b 100644
> --- a/doc/developers/test_case_tutorial.rst
> +++ b/doc/developers/test_case_tutorial.rst
> @@ -205,9 +205,9 @@ please do:
>
> This should build the test and then run it. However, even though the test is
> in :master:`testcases/kernel/syscalls` directory it won't be automatically ran
> -as part of the syscalls test group (e.g. not run via ``kirk -r math`` or
> -``./runltp -f syscalls``). For this we need to add it to the runtest file. So
> -open :master:`runtest/syscalls` and add the lines starting with a ``+``.
> +as part of the syscalls test group (e.g. not run via ``kirk -r math``. For
^
missing
closing
)
Also the path to syscalls is missing after the change.
> +this we need to add it to the runtest file. So open :master:`runtest/syscalls`
> +and add the lines starting with a ``+``.
>
> .. code-block::
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-02-17 9:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 12:15 [LTP] [PATCH v2 0/6] Remove runltp Petr Vorel
2026-02-05 12:15 ` [LTP] [PATCH v2 1/6] doc: INSTALL: dma_thread_diotest.c: Remove runltp from doc Petr Vorel
2026-02-17 9:19 ` Cyril Hrubis [this message]
2026-02-17 10:23 ` Andrea Cervesato via ltp
2026-02-19 20:20 ` Petr Vorel
2026-02-20 8:12 ` Andrea Cervesato via ltp
2026-02-20 11:47 ` Cyril Hrubis
2026-02-20 15:34 ` Petr Vorel
2026-02-20 16:35 ` Cyril Hrubis
2026-02-22 20:21 ` Petr Vorel
2026-02-22 20:26 ` Enji Cooper (yaneurabeya)
2026-02-23 12:02 ` Petr Vorel
2026-02-23 15:44 ` Petr Vorel
2026-02-05 12:15 ` [LTP] [PATCH v2 2/6] testscripts/lvmtest.sh: Replace runltp with kirk Petr Vorel
2026-02-17 9:22 ` Cyril Hrubis
2026-02-05 12:15 ` [LTP] [PATCH v2 3/6] runltp: Remove Petr Vorel
2026-02-17 9:29 ` Cyril Hrubis
[not found] ` <E8C09635-59E1-4DB0-A223-7D05616029E4@gmail.com>
2026-02-18 21:09 ` Anders Roxell
2026-02-19 8:29 ` Jan Stancek via ltp
2026-02-05 12:15 ` [LTP] [PATCH v2 4/6] pan: Remove Petr Vorel
2026-02-17 9:34 ` Cyril Hrubis
2026-02-05 12:15 ` [LTP] [PATCH v2 5/6] tools: Remove tools used by runltp Petr Vorel
2026-02-17 9:46 ` Cyril Hrubis
2026-02-05 12:15 ` [LTP] [PATCH v2 6/6] kirk: Remove runltp-ng symlink Petr Vorel
2026-02-17 9:50 ` Cyril Hrubis
[not found] ` <29BA2651-45AB-4A29-973D-AAE15C887ACB@gmail.com>
2026-02-18 21:10 ` Anders Roxell
2026-02-11 9:17 ` [LTP] [PATCH v2 0/6] Remove runltp Andrea Cervesato via ltp
2026-02-11 9:20 ` Petr Vorel
2026-02-20 11:55 ` Andrea Cervesato via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aZQytH7k6pVXqdsz@yuki.lan \
--to=chrubis@suse.cz \
--cc=automated-testing@lists.yoctoproject.org \
--cc=ltp@lists.linux.it \
--cc=pvorel@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox