netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet
@ 2024-10-25 16:14 Breno Leitao
  2024-10-25 16:14 ` [PATCH net-next 2/2] net: netconsole: selftests: Add userdata validation Breno Leitao
  2024-10-25 17:01 ` [PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet Petr Machata
  0 siblings, 2 replies; 7+ messages in thread
From: Breno Leitao @ 2024-10-25 16:14 UTC (permalink / raw)
  To: kuba, horms, davem, edumazet, pabeni, matttbe, Andrew Lunn,
	Shuah Khan
  Cc: thepacketgeek, netdev, linux-kernel, davej, vlad.wing, max,
	kernel-team, aehkn, Petr Machata,
	open list:KERNEL SELFTEST FRAMEWORK

Use a less populated IP range to run the tests, as suggested by Petr in
Link: https://lore.kernel.org/netdev/87ikvukv3s.fsf@nvidia.com/.

Suggested-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
---
 tools/testing/selftests/drivers/net/netcons_basic.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/drivers/net/netcons_basic.sh b/tools/testing/selftests/drivers/net/netcons_basic.sh
index 06021b2059b7..4ad1e216c6b0 100755
--- a/tools/testing/selftests/drivers/net/netcons_basic.sh
+++ b/tools/testing/selftests/drivers/net/netcons_basic.sh
@@ -20,9 +20,9 @@ SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")")
 
 # Simple script to test dynamic targets in netconsole
 SRCIF="" # to be populated later
-SRCIP=192.168.1.1
+SRCIP=192.168.2.1
 DSTIF="" # to be populated later
-DSTIP=192.168.1.2
+DSTIP=192.168.2.2
 
 PORT="6666"
 MSG="netconsole selftest"
-- 
2.43.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet
@ 2024-10-28 15:48 Breno Leitao
  2024-10-28 17:57 ` Matthieu Baerts
  0 siblings, 1 reply; 7+ messages in thread
From: Breno Leitao @ 2024-10-28 15:48 UTC (permalink / raw)
  To: kuba, horms, davem, edumazet, pabeni, matttbe, Andrew Lunn,
	Shuah Khan
  Cc: thepacketgeek, netdev, linux-kernel, davej, vlad.wing, max,
	kernel-team, aehkn, Petr Machata,
	open list:KERNEL SELFTEST FRAMEWORK

Use a less populated IP range to run the tests, as suggested by Petr in
Link: https://lore.kernel.org/netdev/87ikvukv3s.fsf@nvidia.com/.

Suggested-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
---
 tools/testing/selftests/drivers/net/netcons_basic.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/drivers/net/netcons_basic.sh b/tools/testing/selftests/drivers/net/netcons_basic.sh
index 06021b2059b7..4ad1e216c6b0 100755
--- a/tools/testing/selftests/drivers/net/netcons_basic.sh
+++ b/tools/testing/selftests/drivers/net/netcons_basic.sh
@@ -20,9 +20,9 @@ SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")")
 
 # Simple script to test dynamic targets in netconsole
 SRCIF="" # to be populated later
-SRCIP=192.168.1.1
+SRCIP=192.168.2.1
 DSTIF="" # to be populated later
-DSTIP=192.168.1.2
+DSTIP=192.168.2.2
 
 PORT="6666"
 MSG="netconsole selftest"
-- 
2.43.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-29  9:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 16:14 [PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet Breno Leitao
2024-10-25 16:14 ` [PATCH net-next 2/2] net: netconsole: selftests: Add userdata validation Breno Leitao
2024-10-25 17:01 ` [PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet Petr Machata
2024-10-25 17:35   ` Breno Leitao
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28 15:48 Breno Leitao
2024-10-28 17:57 ` Matthieu Baerts
2024-10-29  9:20   ` Breno Leitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).