File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 include :
3434 - TEST_NAME : " MariaDB 11.4, elasticsearch:7.9.1"
3535 ARGS : MYSQL_VER=mariadb:11.4.3 ES_VER=elasticsearch:7.9.1
36- - TEST_NAME : " DIPS "
37- ARGS : TEST_HTTPS=No
36+ - TEST_NAME : " HTTPS "
37+ ARGS : TEST_HTTPS=Yes
3838 - TEST_NAME : " Force DEncode"
3939 ARGS : DIRAC_USE_JSON_ENCODE=NO
4040 - TEST_NAME : " Backward Compatibility"
Original file line number Diff line number Diff line change 2929FEATURE_VARIABLES = {
3030 "DIRACOSVER" : "master" ,
3131 "DIRACOS_TARBALL_PATH" : None ,
32- "TEST_HTTPS" : "Yes " ,
32+ "TEST_HTTPS" : "No " ,
3333 "TEST_DIRACX" : "No" ,
3434 "DIRAC_FEWER_CFG_LOCKS" : None ,
3535 "DIRAC_USE_JSON_ENCODE" : None ,
Original file line number Diff line number Diff line change 5454fc = "FileCatalog"
5555multiFC = "MultiVOFileCatalog"
5656
57- if os .environ .get ("TEST_HTTPS" , "Yes " ) == "Yes" :
57+ if os .environ .get ("TEST_HTTPS" , "No " ) == "Yes" :
5858 fc = f"Tornado{ fc } "
5959 multiFC = f"Tornado{ multiFC } "
6060
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ fullInstallDIRAC() {
282282 # Now all the rest
283283
284284 # slave CS
285- if [[ " ${TEST_HTTPS:- Yes} " = " Yes " ]]; then
285+ if [[ " ${TEST_HTTPS:- Yes} " = " No " ]]; then
286286 if ! dirac-install-component Configuration TornadoConfiguration " ${DEBUG} " ; then
287287 echo ' ERROR: dirac-install-component failed' >&2
288288 exit 1
You can’t perform that action at this time.
0 commit comments