From: Andrew Bartlett Date: Tue, 19 Jul 2016 01:04:02 +0000 (+1200) Subject: selftest: Ensure we can call DRSUAPI_EXOP_REPL_OBJ with replication disabled X-Git-Tag: tdb-1.3.10~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e359875d007290f3c4e747338a00de30f3c0d63c;p=thirdparty%2Fsamba.git selftest: Ensure we can call DRSUAPI_EXOP_REPL_OBJ with replication disabled We add the forced flag, so that we can leave replication otherwise disabled Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/torture/drs/python/repl_move.py b/source4/torture/drs/python/repl_move.py index d00d0940694..862defb5c0e 100644 --- a/source4/torture/drs/python/repl_move.py +++ b/source4/torture/drs/python/repl_move.py @@ -144,7 +144,7 @@ class DrsMoveObjectTestCase(drs_base.DrsBaseTestCase): req8.highwatermark.reserved_usn = 0 req8.highwatermark.highest_usn = 0 req8.uptodateness_vector = None - req8.replica_flags = 0 + req8.replica_flags = DRSUAPI_DRS_SYNC_FORCED req8.max_object_count = 1 req8.max_ndr_size = 402116 req8.extended_op = DRSUAPI_EXOP_REPL_OBJ