Skip to content

Commit 3f0571a

Browse files
committed
test: modified BasePath for TornadoSandboxStore
1 parent 3e55548 commit 3f0571a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Jenkins/dirac-cfg-update-server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
csAPI.setOption("Systems/WorkloadManagement/Production/Services/SandboxStore/BasePath", f"{setupName}/sandboxes")
2727
csAPI.setOption("Systems/WorkloadManagement/Production/Services/SandboxStore/LogLevel", "DEBUG")
28+
csAPI.setOption("Systems/WorkloadManagement/Production/Services/TornadoSandboxStore/BasePath", f"{setupName}/sandboxes")
29+
csAPI.setOption("Systems/WorkloadManagement/Production/Services/TornadoSandboxStore/LogLevel", "DEBUG")
2830

2931
# Now setting a SandboxSE as the following:
3032
# ProductionSandboxSE

0 commit comments

Comments
 (0)