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
#python "${THIS_DIR}/DataManagementSystem/Test_Client_DFC.py" |& tee -a "${SERVER_TEST_OUTPUT}"; (( ERR |= "${?}" ))
79
79
diracDFCDB |& tee -a "${SERVER_TEST_OUTPUT}"
80
80
python "${THIS_DIR}/DataManagementSystem/Test_FileCatalogDB.py"|& tee -a "${SERVER_TEST_OUTPUT}";(( ERR |= "${?}" ))
81
81
@@ -86,21 +86,16 @@ echo -e "*** $(date -u) Restart the DFC service (required for Test_Client_DFC)\
86
86
if [[ "${TEST_HTTPS:-Yes}"="No" ]];then
87
87
dirac-restart-component DataManagement FileCatalog "${DEBUG}"|& tee -a "${SERVER_TEST_OUTPUT}"
88
88
fi
89
-
dirac-restart-component Tornado Tornado "${DEBUG}"|& tee -a "${SERVER_TEST_OUTPUT}"
89
+
#dirac-restart-component Tornado Tornado "${DEBUG}" |& tee -a "${SERVER_TEST_OUTPUT}"
90
90
91
91
echo -e "*** $(date -u) Run it with the admin privileges"|& tee -a "${SERVER_TEST_OUTPUT}"
92
92
echo -e "*** $(date -u) getting the prod role again\n"|& tee -a "${SERVER_TEST_OUTPUT}"
93
-
dirac-login prod -C "${WORKSPACE}/ServerInstallDIR/user/client.pem" -K "${WORKSPACE}/ServerInstallDIR/user/client.key""${DEBUG}"|& tee -a "${SERVER_TEST_OUTPUT}"
94
-
python "${THIS_DIR}/DataManagementSystem/Test_Client_DFC.py"|& tee -a "${SERVER_TEST_OUTPUT}";(( ERR |= "${?}" ))
93
+
#dirac-login prod -C "${WORKSPACE}/ServerInstallDIR/user/client.pem" -K "${WORKSPACE}/ServerInstallDIR/user/client.key" "${DEBUG}" |& tee -a "${SERVER_TEST_OUTPUT}"
94
+
#python "${THIS_DIR}/DataManagementSystem/Test_Client_DFC.py" |& tee -a "${SERVER_TEST_OUTPUT}"; (( ERR |= "${?}" ))
95
95
diracDFCDB |& tee -a "${SERVER_TEST_OUTPUT}"
96
96
python "${THIS_DIR}/DataManagementSystem/Test_FileCatalogDB.py"|& tee -a "${SERVER_TEST_OUTPUT}";(( ERR |= "${?}" ))
0 commit comments