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
1 changed files with 2 additions and 0 deletions

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