mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: print Radio class path
This commit is contained in:
parent
4b07280319
commit
b60f564bed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user