Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Connectivity Check
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN Connectivity Check
Commits
6348605a
Commit
6348605a
authored
4 years ago
by
Marco Malavolti
Browse files
Options
Downloads
Patches
Plain Diff
Aligned eccs2properties for technical.edugain.org
parent
0d7ec653
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eccs2properties.py
+9
-8
9 additions, 8 deletions
eccs2properties.py
with
9 additions
and
8 deletions
eccs2properties.py
+
9
−
8
View file @
6348605a
...
...
@@ -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
=
3
0
#seconds
ECCS2SELENIUMSCRIPTTIMEOUT
=
3
0
#seconds
ECCS2REQUESTSTIMEOUT
=
1
5
#seconds
ECCS2SELENIUMPAGELOADTIMEOUT
=
6
0
#seconds
ECCS2SELENIUMSCRIPTTIMEOUT
=
6
0
#seconds
ECCS2REQUESTSTIMEOUT
=
4
5
#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
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment