Skip to content

Commit 898be85

Browse files
author
Robin VAN DE MERGHEL
committed
fix: Added user rights into all_integration_client_tests.sh
1 parent a28b3fc commit 898be85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/all_integration_client_tests.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ echo -e "*** $(date -u) **** WMS TESTS ****\n"
5757

5858
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_SandboxStoreClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
5959
if [[ -z "${INSTALLATION_BRANCH}" ]]; then
60-
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_PilotsClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
6160
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 |= "${?}" ))
6263
fi
6364

6465
# Make sure we have the prod role for these tests to get the VmRpcOperator permission

0 commit comments

Comments
 (0)