From 6348605af48ae34bfb3a8ec2ddd081eaf155f9b7 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Wed, 11 Nov 2020 18:11:18 +0100 Subject: [PATCH] Aligned eccs2properties for technical.edugain.org --- eccs2properties.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/eccs2properties.py b/eccs2properties.py index 380e9e7..2cb8955 100644 --- a/eccs2properties.py +++ b/eccs2properties.py @@ -2,9 +2,9 @@ from datetime import date DAY = date.today().isoformat() -ECCS2DIR = "/home/marco/eccs2" -PATHCHROMEDRIVER = "/home/marco/eccs2/chromedriver" -ECCS2PYTHON = "/home/marco/eccs2/python/bin/python3" +ECCS2DIR = "/var/www/html/eccs2" +PATHCHROMEDRIVER = "/var/www/html/eccs2/chromedriver" +ECCS2PYTHON = "/var/www/html/eccs2/python/bin/python3" # Input ECCS2INPUTDIR = "%s/input" % ECCS2DIR @@ -21,9 +21,9 @@ ECCS2HTMLDIR = "%s/html" % ECCS2DIR # Selenium ECCS2SELENIUMDEBUG = False ECCS2SELENIUMLOGDIR = "%s/selenium-logs" % ECCS2DIR -ECCS2SELENIUMPAGELOADTIMEOUT = 30 #seconds -ECCS2SELENIUMSCRIPTTIMEOUT = 30 #seconds -ECCS2REQUESTSTIMEOUT = 15 #seconds +ECCS2SELENIUMPAGELOADTIMEOUT = 60 #seconds +ECCS2SELENIUMSCRIPTTIMEOUT = 60 #seconds +ECCS2REQUESTSTIMEOUT = 45 #seconds # Logs ECCS2LOGSDIR = "%s/logs" % ECCS2DIR @@ -38,10 +38,11 @@ ECCS2FAILEDCMDIDP = "%s/failed-cmd-idp.sh" % ECCS2LOGSDIR ECCS2NUMPROCESSES = 10 # 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="] # ROBOTS.TXT -ROBOTS_USER_AGENT = "ECCS/2.0 (+https://dev-mm.aai-test.garr.it/eccs2)" +ROBOTS_USER_AGENT = "ECCS/2.0 (+https://technical.edugain.org/eccs2)" # { 'reg_auth':'reason' } FEDS_DISABLED_DICT = { -- GitLab