Skip to content

Commit 925d6d2

Browse files
committed
test: adding the input files to test job definitions
1 parent 7c633f3 commit 925d6d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DIRAC/tests/Utilities/testJobDefinitions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def helloWorld_input():
9191
except IndexError: # we are in Jenkins
9292
J.setInputSandbox([find_all("exe-script-with-input.py", "/home/dirac", "DIRAC/tests/Workflow")[0]])
9393
J.setExecutable("exe-script-with-input.py", "", "helloWorld.log")
94+
J.setInputData(["/dteam/user/f/fstagni/test/testInputFile.txt"])
9495
return endOfAllJobs(J)
9596

9697

@@ -108,6 +109,7 @@ def helloWorld_input_single():
108109
[find_all("exe-script-with-input-single-location.py", "/home/dirac", "DIRAC/tests/Workflow")[0]]
109110
)
110111
J.setExecutable("exe-script-with-input-single-location.py", "", "helloWorld.log")
112+
J.setInputData(["/dteam/user/f/fstagni/test/testInputFileSingleLocation.txt"])
111113
return endOfAllJobs(J)
112114

113115

0 commit comments

Comments
 (0)