s4/torture/drs/python: don't double-call enable/disable replication
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 13 Jun 2018 04:28:55 +0000 (16:28 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 28 Jun 2018 04:29:17 +0000 (06:29 +0200)
commitda30b37e68baee90102a95a3e62ef537b36c06af
treec6f64410a17aa81fc22a6c6bbdd7bc8aa971b13d
parentf08e3d6db56fd4c64af8ba0d2d6a99b98fb696ad
s4/torture/drs/python: don't double-call enable/disable replication

This is repeating work done in setup/teardown or doubling up in place (self._enable_all_repl includes self._enable_inbound_repl)

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/drs/python/repl_schema.py
source4/torture/drs/python/replica_sync_rodc.py