summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/ridalloc_exop.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:16:12 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:27 +0200
commit5d532543abdcb605fd1432eeaa36135bdac8a884 (patch)
tree73d3b04134a841dfe157b150754b797cdb992781 /source4/torture/drs/python/ridalloc_exop.py
parentbbb9f57603de490b39e5ad1b71e36f127291194b (diff)
downloadsamba-5d532543abdcb605fd1432eeaa36135bdac8a884.tar.gz
PEP8: fix E128: continuation line under-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/torture/drs/python/ridalloc_exop.py')
-rw-r--r--source4/torture/drs/python/ridalloc_exop.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/source4/torture/drs/python/ridalloc_exop.py b/source4/torture/drs/python/ridalloc_exop.py
index f4c404111ce..93101d70e10 100644
--- a/source4/torture/drs/python/ridalloc_exop.py
+++ b/source4/torture/drs/python/ridalloc_exop.py
@@ -224,9 +224,9 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
try:
# 2. Perform a RID alloc
req8 = self._exop_req8(dest_dsa=fsmo_owner["ntds_guid"],
- invocation_id=fsmo_not_owner["invocation_id"],
- nc_dn_str=fsmo_dn,
- exop=drsuapi.DRSUAPI_EXOP_FSMO_RID_ALLOC)
+ invocation_id=fsmo_not_owner["invocation_id"],
+ nc_dn_str=fsmo_dn,
+ exop=drsuapi.DRSUAPI_EXOP_FSMO_RID_ALLOC)
(drs, drs_handle) = self._ds_bind(fsmo_not_owner["dns_name"])
# 3. Make sure the allocation succeeds
@@ -348,8 +348,8 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
m = ldb.Message()
m.dn = fsmo_dn
m["fSMORoleOwner"] = ldb.MessageElement(serviceName,
- ldb.FLAG_MOD_REPLACE,
- "fSMORoleOwner")
+ ldb.FLAG_MOD_REPLACE,
+ "fSMORoleOwner")
new_ldb.modify(m)
# 1. Get server name
@@ -399,8 +399,8 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
m = ldb.Message()
m.dn = fsmo_dn
m["fSMORoleOwner"] = ldb.MessageElement(serviceName,
- ldb.FLAG_MOD_REPLACE,
- "fSMORoleOwner")
+ ldb.FLAG_MOD_REPLACE,
+ "fSMORoleOwner")
new_ldb.modify(m)
# 1. Get server name
@@ -449,8 +449,8 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
m = ldb.Message()
m.dn = fsmo_dn
m["fSMORoleOwner"] = ldb.MessageElement(serviceName,
- ldb.FLAG_MOD_REPLACE,
- "fSMORoleOwner")
+ ldb.FLAG_MOD_REPLACE,
+ "fSMORoleOwner")
new_ldb.modify(m)
# 1. Get server name