CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twice
commit6578a65ed7bb8740671a10e2fcf36c48fd524c07
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Aug 2023 23:55:55 +0000 (7 11:55 +1200)
committerJule Anger <janger@samba.org>
Tue, 10 Oct 2023 14:49:39 +0000 (10 14:49 +0000)
tree6127476ab2dda49652a6642866a182806229c0c8
parentb70f4f8681ca1b0818d42f600fd8bbdd74c29346
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