On Tue, Feb 11, 2025 at 9:47 AM Simon Horman <[email protected]> wrote: > > On Fri, Feb 07, 2025 at 06:38:41PM -0500, Tamir Duberstein wrote: > > Convert this very simple smoke test to a KUnit test. > > Hi Tamir, > > I think some text explaining why this change is being made is > warranted here.
Hi Simon, I think that would be stating KUnit's raison d'etre? I followed Kees' lead as seen in https://lore.kernel.org/all/[email protected]/. In this case we saw the benefit right away: kernel test robot immediately spotted and reported a bug which I fixed in v2: https://lore.kernel.org/all/[email protected]/. Weirdly this message is absent from lore, but should be in your inbox (and my reply to it *is* present on lore). > > > > Signed-off-by: Tamir Duberstein <[email protected]> > > --- > > I tested this using: > > > > $ tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1 > > --kconfig_add CONFIG_NET=y blackholedev > > ...

