Bot requested a change for FIN. #154
5 fail, 18 skipped, 29 pass in 0s
52 tests 29 ✅ 0s ⏱️
1 suites 18 💤
1 files 5 ❌
Results for commit ffb2175.
Annotations
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_valid_pem[./FIN/onboarding/DCC/SCA/SCA_1.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
scripts/tests/valid_pem.py:7: in test_valid_pem
raise cert.error
scripts/tests/common.py:157: in __init__
for ex in self.x509.extensions:
E ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_valid_pem[./FIN/onboarding/DCC/SCA/SCA.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
scripts/tests/valid_pem.py:7: in test_valid_pem
raise cert.error
scripts/tests/common.py:157: in __init__
for ex in self.x509.extensions:
E ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_signature_algorithm[./FIN/onboarding/DCC/UP/UP.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
scripts/tests/signature_algorithm.py:17: in test_signature_algorithm
assert cert.x509.signature_algorithm_oid in allowed_OIDs, f'Signature algorithm not allowed: {cert.x509.signature_algorithm_oid}'
E AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_signature_algorithm[./FIN/onboarding/DCC/TLS/TLS.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
scripts/tests/signature_algorithm.py:17: in test_signature_algorithm
assert cert.x509.signature_algorithm_oid in allowed_OIDs, f'Signature algorithm not allowed: {cert.x509.signature_algorithm_oid}'
E AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_signature_algorithm[./FIN/onboarding/DCC/TLS/CA.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
scripts/tests/signature_algorithm.py:17: in test_signature_algorithm
assert cert.x509.signature_algorithm_oid in allowed_OIDs, f'Signature algorithm not allowed: {cert.x509.signature_algorithm_oid}'
E AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>