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>
Sun, 8 Oct 2023 20:06:18 +0000 (22:06 +0200)
commit2cff332edb5516656c047483245cc14e836c68ab
tree21fc10931d81d9591b99890f65a02bc868368946
parent9dade2ab67fedacf047047d2a7634945b8ee83d3
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