3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

test-runner: print Radio class path

This commit is contained in:
James Prestwood 2021-02-05 10:09:09 -08:00 committed by Denis Kenzior
parent 4b07280319
commit b60f564bed

View File

@ -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