Date: Wed, 6 Nov 2024 21:13:39 +0100 From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= <olivier@freebsd.org> To: Igor Ostapenko <igoro@freebsd.org> Cc: freebsd-testing@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: RFC: Add required_klds metadata to Kyua Message-ID: <CA%2Bq%2BTcpLeVqHhtL7VHvWsijQO9sxewY5opeUQ895G43EC24qgg@mail.gmail.com> In-Reply-To: <9fc6fc72-4c2c-4b09-bdb5-122a49b45295@FreeBSD.org> References: <9fc6fc72-4c2c-4b09-bdb5-122a49b45295@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Wed, Nov 6, 2024 at 7:12 PM Igor Ostapenko <igoro@freebsd.org> wrote: > > > The problem to solve here is a well-known one: typically we invoke "kyua > test" and get a lot of "Skipped" due to many kernel module requirements. > And > the pain is to know which ones need loading, especially if we target a > sub-tree of /usr/tests. Also, the FreeBSD CI needs periodic sync if a new > test is added with new module requirements. And other related issues. > > > Hello Igor, Thanks again for working on this topic And there are even more challenging cases: what about tests that assess the behavior of different modules and need to unload them as well? For example, sys/netipsec/tunnel/* or sys/opencrypto/, which involve loading and unloading modules between tests." Regards, Olivier [-- Attachment #2 --] <div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:"courier new",monospace"><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 6, 2024 at 7:12 PM Igor Ostapenko <<a href="mailto:igoro@freebsd.org">igoro@freebsd.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br> <br> The problem to solve here is a well-known one: typically we invoke "kyua<br> test" and get a lot of "Skipped" due to many kernel module requirements. And<br> the pain is to know which ones need loading, especially if we target a<br> sub-tree of /usr/tests. Also, the FreeBSD CI needs periodic sync if a new<br> test is added with new module requirements. And other related issues.<br> <br><br></blockquote>Hello Igor,<br><br>Thanks again for working on this topic<br>And there are even more challenging cases: what about tests that assess the behavior of different modules and need to unload them as well?<br>For example, sys/netipsec/tunnel/* or sys/opencrypto/, which involve loading and unloading modules between tests."<br><br>Regards,<br>Olivier</div></div>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTcpLeVqHhtL7VHvWsijQO9sxewY5opeUQ895G43EC24qgg>
