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:15:19 +0000 (22:15 +0200)
commit8ad21108f88be4fcabc1919757eed2ed06c06fba
treebc5af09130f3557d6a7f8545420f09ca977f8afa
parent570e892a0e811b1c90b7fe6b065b16591d38f7ee
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