mbox series

[net-next,v2,0/2] selftest: netconsole: Enhance selftest to validate userdata transmission

Message ID 20241029090030.1793551-1-leitao@debian.org (mailing list archive)
Headers show
Series selftest: netconsole: Enhance selftest to validate userdata transmission | expand

Message

Breno Leitao Oct. 29, 2024, 9 a.m. UTC
The netconsole selftest has been extended to cover userdata, a
significant subsystem within netconsole. This patch introduces support
for testing userdata by appending a key-value pair and verifying its
successful transmission via netconsole/netpoll.

Additionally, this patchseries addresses a pending change in the subnet
configuration for the selftest.

Changelog:
v2:
 * Use 192.0.2.0/24 instead of 192.168/16 in the first patch "net:
   netconsole: selftests: Change the IP subnet" (Petr) 
 * No further changes in the second patch ("net: netconsole: selftests:
   Add userdata validation")

v1:
 * https://lore.kernel.org/all/20241025161415.238215-1-leitao@debian.org/


Breno Leitao (2):
  net: netconsole: selftests: Change the IP subnet
  net: netconsole: selftests: Add userdata validation

 .../selftests/drivers/net/netcons_basic.sh    | 33 +++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)