You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_SandboxStoreClient.py"|& tee -a clientTestOutputs.txt;(( ERR |= "${?}" ))
59
59
if [[ -z"${INSTALLATION_BRANCH}" ]];then
60
-
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_PilotsClient.py"|& tee -a clientTestOutputs.txt;(( ERR |= "${?}" ))
61
60
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_Client_WMS.py"|& tee -a clientTestOutputs.txt;(( ERR |= "${?}" ))
61
+
dirac-proxy-init -g prod "${DEBUG}"|& tee -a clientTestOutputs.txt
62
+
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_PilotsClient.py"|& tee -a clientTestOutputs.txt;(( ERR |= "${?}" ))
62
63
fi
63
64
64
65
# Make sure we have the prod role for these tests to get the VmRpcOperator permission
0 commit comments