Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/3] test-runner: print Radio class path
@ 2021-02-05 18:09 James Prestwood
  2021-02-05 18:09 ` [PATCH 2/3] auto-t: make spoof_frame more robust James Prestwood
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James Prestwood @ 2021-02-05 18:09 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

---
 tools/test-runner | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/test-runner b/tools/test-runner
index 3a766ef5..a9b13aa8 100755
--- a/tools/test-runner
+++ b/tools/test-runner
@@ -347,6 +347,8 @@ class VirtualRadio(Radio):
 		if self.disable_cipher:
 			ret += '\tDisabled ciphers: %s\n' % self.disable_cipher
 
+		ret += '\tPath: %s' % self._radio.path
+
 		ret += '\n'
 
 		return ret
-- 
2.26.2

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

end of thread, other threads:[~2021-02-05 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-05 18:09 [PATCH 1/3] test-runner: print Radio class path James Prestwood
2021-02-05 18:09 ` [PATCH 2/3] auto-t: make spoof_frame more robust James Prestwood
2021-02-05 18:09 ` [PATCH 3/3] auto-t: fix SAQuery-spoofing test James Prestwood
2021-02-05 20:43 ` [PATCH 1/3] test-runner: print Radio class path Denis Kenzior

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