Bug 206823

Summary: test/test-sap-server is python2 only
Product: Drivers Reporter: Pacho Ramos (pachoramos1)
Component: BluetoothAssignee: linux-bluetooth (linux-bluetooth)
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.5.8 Subsystem:
Regression: No Bisected commit-id:

Description Pacho Ramos 2020-03-11 13:35:49 UTC
When trying to run with python3 it fails with
Traceback (most recent call last):
  File "./test-sap-server", line 5, in <module>
    from sap_client import *
  File "/usr/lib64/bluez/test/sap_client.py", line 181
    print "Warning. ConnectionStatus value in reserved range (0x%x)" % self.value
                                                                   ^
SyntaxError: invalid syntax


Thanks