python/tests: add python test for cracknames
authorBob Campbell <bobcampbell@catalyst.net.nz>
Tue, 4 Jul 2017 23:08:45 +0000 (11:08 +1200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 31 Jul 2017 09:31:12 +0000 (11:31 +0200)
commit08a02063aa8acdc9d316c9e5d1f1b9c40f8de1d0
treef133100e688d31d0589d56ccb863a152d8569fae
parenta43271217a5a1fcf1b27149627cf5430971902ba
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>
(cherry picked from commit 4779afe0d2dd14371b68e80f47d11942456bb365)
selftest/knownfail
source4/selftest/tests.py
source4/torture/drs/python/cracknames.py [new file with mode: 0644]