Bug 206823 - test/test-sap-server is python2 only
Summary: test/test-sap-server is python2 only
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Bluetooth (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: linux-bluetooth@vger.kernel.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-11 13:35 UTC by Pacho Ramos
Modified: 2020-03-11 13:35 UTC (History)
0 users

See Also:
Kernel Version: 5.5.8
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.