Skip to content
Snippets Groups Projects
Commit 0fd82d73 authored by Marco Malavolti's avatar Marco Malavolti
Browse files
parents 88adb3ff 9f63d2e8
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ECCS2SELENIUMDEBUG = False ...@@ -24,7 +24,7 @@ ECCS2SELENIUMDEBUG = False
ECCS2SELENIUMLOGDIR = "%s/selenium-logs" % ECCS2DIR ECCS2SELENIUMLOGDIR = "%s/selenium-logs" % ECCS2DIR
ECCS2SELENIUMPAGELOADTIMEOUT = 60 #seconds ECCS2SELENIUMPAGELOADTIMEOUT = 60 #seconds
ECCS2SELENIUMSCRIPTTIMEOUT = 60 #seconds ECCS2SELENIUMSCRIPTTIMEOUT = 60 #seconds
ECCS2REQUESTSTIMEOUT = 45 #seconds ECCS2REQUESTSTIMEOUT = 60 #seconds
# Logs # Logs
ECCS2LOGSDIR = "%s/logs" % ECCS2DIR ECCS2LOGSDIR = "%s/logs" % ECCS2DIR
...@@ -39,8 +39,8 @@ ECCS2FAILEDCMDIDP = "%s/failed-cmd-idp.sh" % ECCS2LOGSDIR ...@@ -39,8 +39,8 @@ ECCS2FAILEDCMDIDP = "%s/failed-cmd-idp.sh" % ECCS2LOGSDIR
ECCS2NUMPROCESSES = 10 ECCS2NUMPROCESSES = 10
# The 2 SPs that will be used to test each IdP # The 2 SPs that will be used to test each IdP
ECCS2SPS = ["https://sp24-test.garr.it/Shibboleth.sso/Login?entityID=", "https://attribute-viewer.aai.switch.ch/Shibboleth.sso/Login?entityID="] #ECCS2SPS = ["https://sp24-test.garr.it/Shibboleth.sso/Login?entityID=", "https://attribute-viewer.aai.switch.ch/Shibboleth.sso/Login?entityID="]
#ECCS2SPS = ["https://sp-demo.idem.garr.it/Shibboleth.sso/Login?entityID=", "https://attribute-viewer.aai.switch.ch/Shibboleth.sso/Login?entityID="] ECCS2SPS = ["https://sp-demo.idem.garr.it/Shibboleth.sso/Login?entityID=", "https://attribute-viewer.aai.switch.ch/Shibboleth.sso/Login?entityID="]
# ROBOTS.TXT # ROBOTS.TXT
ROBOTS_USER_AGENT = "ECCS/2.0 (+https://technical.edugain.org/eccs2)" ROBOTS_USER_AGENT = "ECCS/2.0 (+https://technical.edugain.org/eccs2)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment