File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - name : Update apt repo
4545 run : sudo apt update
4646 - name : Install dependencies
47- run : sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip
48- - name : Install spid-compliant-certificates cryptography correct version
49- run : sudo pip install -Iv cryptography==38.0.4
47+ run : sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip && pip install cryptography==38.0.4
5048 - name : Install spid-sp-test
5149 run : sudo pip install spid-sp-test --upgrade --no-cache
52- - name : Test Requests/Responses with spid-sp-test
53- run : spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --authn-url https://localhost:5001/home/login --extra --debug ERROR --profile cie-sp-public -tr
5450 - name : Test Metadata spid-sp-public with spid-sp-test
5551 run : spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --extra --debug ERROR --profile cie-sp-public
5652 - name : Test Metadata spid-sp-private with spid-sp-test
You can’t perform that action at this time.
0 commit comments