Skip to content

Commit 78ebe2a

Browse files
committed
test: add tests for ReplicateAndRegister operation
1 parent 43a5002 commit 78ebe2a

File tree

2 files changed

+487
-1
lines changed

2 files changed

+487
-1
lines changed

src/DIRAC/DataManagementSystem/Agent/RequestOperations/ReplicateAndRegister.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@
4747

4848

4949
def filterReplicas(opFile, logger=None, dataManager=None, opSources=None):
50-
"""filter out banned/invalid source SEs"""
50+
"""filter out banned/invalid source SEs
51+
52+
:param opSources list: list of SE names to which limit the possible sources
53+
54+
:returns: Valid list of SEs valid as source
55+
56+
"""
5157

5258
if logger is None:
5359
logger = gLogger

0 commit comments

Comments
 (0)