CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twice
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Aug 2023 23:55:55 +0000 (11:55 +1200)
committerJule Anger <janger@samba.org>
Mon, 9 Oct 2023 20:14:05 +0000 (22:14 +0200)
commitc04ec1a2f7c7f32b8eefcbd2b81786406cc52e05
treeeac6aef85fb4baf8aa6345b0aa2effab8158e31d
parent52c633afa885388094e97b90d782db232f939b2f
CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twice

To re-use setup code, the super-class must have no test_*() methods
otherwise these will be run as well as the class-local tests.

We rename tests that would otherwise have duplicate names

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail
source4/dsdb/tests/python/dirsync.py