Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] selftests: Use a master ssh connection for remote commands
@ 2026-05-18  9:36 Cosmin Ratiu
  2026-05-18  9:36 ` [PATCH net-next 1/3] selftests: Disable stdin for remote commands over ssh Cosmin Ratiu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cosmin Ratiu @ 2026-05-18  9:36 UTC (permalink / raw)
  To: netdev
  Cc: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Shuah Khan, Simon Horman, Cosmin Ratiu, Petr Machata,
	Breno Leitao, Nimrod Oren, Gal Pressman, Willem de Bruijn,
	Dimitri Daskalakis, linux-kselftest

This series switches selftests to run remote ssh commands over an ssh
master connection, significantly speeding up test execution in most
environments by avoiding the need to repeatedly authenticate.

The first patch fixes an issue with stdin inheritance, the 2nd patch
wraps some remote command executions in PTYs to avoid a termination
issue and the 3rd patch finally converts remote command execution to use
an ssh master connection. For details, please see individual patches.

Cosmin Ratiu (3):
  selftests: Disable stdin for remote commands over ssh
  selftests: Wrap remote command executions in PTYs
  selftests: Use a master ssh connection for remote commands

 .../drivers/net/lib/py/remote_netns.py        |  2 +-
 .../drivers/net/lib/py/remote_ssh.py          | 52 ++++++++++++++++---
 tools/testing/selftests/net/lib/py/utils.py   |  4 +-
 3 files changed, 50 insertions(+), 8 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-05-19 23:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18  9:36 [PATCH net-next 0/3] selftests: Use a master ssh connection for remote commands Cosmin Ratiu
2026-05-18  9:36 ` [PATCH net-next 1/3] selftests: Disable stdin for remote commands over ssh Cosmin Ratiu
2026-05-18  9:36 ` [PATCH net-next 2/3] selftests: Wrap remote command executions in PTYs Cosmin Ratiu
2026-05-18  9:36 ` [PATCH net-next 3/3] selftests: Use a master ssh connection for remote commands Cosmin Ratiu
2026-05-19 23:08   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox