python/samba/tests: port samba.tests.unix for py3
authorNoel Power <noel.power@suse.com>
Tue, 17 Apr 2018 10:56:40 +0000 (11:56 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Sep 2018 01:22:20 +0000 (03:22 +0200)
commit48f3801c207e6c172a75f27da29aa0f0001d51b5
tree4fbe53be457e02a628a4c6bd12bf69a9d1ab634e
parent999b6db6e3aa3371a1ed42a92e7b7efebb2514bf
python/samba/tests: port samba.tests.unix for py3

L for long literal is no longer valid in Python3, also
long keyword has been removed. int and long have been unified
in python3. A duplicated test has been removed (for long and
int) only the int test remains now.
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/dcerpc/unix.py