selftest: Use samba.tests.create_test_ou() in repl_move tests
authorAndrew Bartlett <abartlet@samba.org>
Mon, 28 May 2018 21:37:27 +0000 (09:37 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 May 2018 02:23:28 +0000 (04:23 +0200)
commit1eed8c079daef1d2c1ad2c952edecf3efe4fa140
treec9c7be8a45730af5d4d08c67f667f39790a13603
parent6cce06f3be7bf8c76298ba643691baec32d8c87a
selftest: Use samba.tests.create_test_ou() in repl_move tests

This may avoid some flapping tests by ensuring that each part of this
test runs in a unique namespace, no matter what may be left behind
or revived via replication.

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