mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +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:
|
if self.disable_cipher:
|
||||||
ret += '\tDisabled ciphers: %s\n' % self.disable_cipher
|
ret += '\tDisabled ciphers: %s\n' % self.disable_cipher
|
||||||
|
|
||||||
|
ret += '\tPath: %s' % self._radio.path
|
||||||
|
|
||||||
ret += '\n'
|
ret += '\n'
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
Loading…
Reference in New Issue
Block a user