python/tests: add python test for cracknames
authorBob Campbell <bobcampbell@catalyst.net.nz>
Tue, 4 Jul 2017 23:08:45 +0000 (11:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 Jul 2017 05:14:10 +0000 (07:14 +0200)
commit4779afe0d2dd14371b68e80f47d11942456bb365
tree7fc8372c35d89238e09e183483939326eb0a87cc
parent61455ad82e293df4a094204fdf28162baad686ae
python/tests: add python test for cracknames

This fails due the bug, which causes the related test in
drsuapi_cracknames.c to flap. It also fails due to us not yet supporting
DRSUAPI_DS_NAME_FORMAT_USER_PRINCIPAL or
DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12842

Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
selftest/knownfail
source4/selftest/tests.py
source4/torture/drs/python/cracknames.py [new file with mode: 0644]