python: samba.subunit.run: Fix Python 3 compatibility.
authorLumir Balhar <lbalhar@redhat.com>
Wed, 19 Oct 2016 11:32:59 +0000 (13:32 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Dec 2016 04:54:21 +0000 (05:54 +0100)
commit1e27111955b4f4c038d037caa40c415313525fc7
tree88686a57abea59df8bff93bfb5d727cbe9150e08
parent8f8b0fd12a72630d6340ad976eccb431d265e4d0
python: samba.subunit.run: Fix Python 3 compatibility.

Usage of function _test_id() which generates test id in bytes breaks
Python 3 compatibility. After fix, this function is not used any more.

Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
python/samba/subunit/run.py