@@ -69,19 +69,13 @@ jobs:
69
69
- name : spid-sp-test SPID metadata, requests and responses
70
70
run : |
71
71
cd Docker-compose/satosa-project
72
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
73
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
74
- spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml
75
- spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr
72
+ poetry run spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml
73
+ poetry run spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr
76
74
- name : spid-sp-test CIE id metadata
77
75
run : |
78
76
cd Docker-compose/satosa-project
79
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
80
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
81
- spid_sp_test --profile cie-sp-public --metadata-url https://localhost/cieSaml2/metadata
77
+ poetry run spid_sp_test --profile cie-sp-public --metadata-url https://localhost/cieSaml2/metadata
82
78
- name : spid-sp-test eIDAS FiCEP metadata
83
79
run : |
84
80
cd Docker-compose/satosa-project
85
- source $(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin/activate
86
- export PATH=$PATH:$(poetry env info | grep -m1 Path | awk -F" " {'print $2'})/bin
87
- spid_sp_test --profile ficep-eidas-sp --metadata-url https://localhost/spidSaml2/metadata
81
+ poetry run spid_sp_test --profile ficep-eidas-sp --metadata-url https://localhost/spidSaml2/metadata
0 commit comments