selftest: Rework BasicDeleteTests.test_all() into setUp() and a test
authorAndrew Bartlett <abartlet@samba.org>
Sun, 27 May 2018 20:44:51 +0000 (08:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 May 2018 02:23:27 +0000 (04:23 +0200)
commit273c55e94912013160ffeb6394e4666d59a683fb
treea3f80ccfaff86d6a6f5416d4bc0ffd3ed17f0279
parent2dedd49ca3041970ffe02f9adf69fbbb3cee7a4c
selftest: Rework BasicDeleteTests.test_all() into setUp() and a test

This will allow running multiple tests against the same tree.  This tree
is very similar to the tree produced by the KCC test that simply does a
tree_delete, and I want to lock down the tree_delete behaviour.

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/tests/python/deletetest.py