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. > > Signed-off-by: Tamir Duberstein <tam...@gmail.com> > --- > I tested this using: > > $ tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1 > --kconfig_add CONFIG_NET=y blackholedev ...