diff options
Diffstat (limited to 'source4/torture/drs/python/replica_sync.py')
-rw-r--r-- | source4/torture/drs/python/replica_sync.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source4/torture/drs/python/replica_sync.py b/source4/torture/drs/python/replica_sync.py index 06502d6008..ddeb5822f5 100644 --- a/source4/torture/drs/python/replica_sync.py +++ b/source4/torture/drs/python/replica_sync.py @@ -27,23 +27,9 @@ # PYTHONPATH="$PYTHONPATH:$samba4srcdir/torture/drs/python" $SUBUNITRUN replica_sync -U"$DOMAIN/$DC_USERNAME"%"$DC_PASSWORD" # -import sys -import time -import random -import os - import drs_base import samba.tests -from ldb import ( - ERR_NO_SUCH_OBJECT, - LdbError, - SCOPE_BASE, - Message, - FLAG_MOD_ADD, - FLAG_MOD_REPLACE, - ) - class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): """Intended as a black box test case for DsReplicaSync |