Commit: a1939bd51e0faba9a8550eea2590d99cb63a33c1
Parent: 832b594a25051b11345c3491dd20958c22278dfe
Author: Diego Rondini <diego.rondini@kynetics.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-04-20 01:32:16
Tree: bf6bad910f03549967c1f9f8e919444f2876147d

test: changes for Python3 Remove some leftover usage of Python2 code. In particular replace iteritems() with items() to fix the following error: AttributeError: 'dbus.Dictionary' object has no attribute 'iteritems'

Diffstat

M test/list-devices | 4 ++- -
M test/map-client | 2 +-
M test/monitor-bluetooth | 6 +++- - -
M test/test-adapter | 2 +-
M test/test-device | 2 +-
M test/test-discovery | 4 ++- -
M test/test-health | 4 ++- -
M test/test-health-sink | 4 ++- -

8 files changed, 14 insertions(+), 14 deletions(-)

View Full Diff | Patch