Bot requested a change for FIN. #207
5 fail, 37 pass in 0s
42 tests 37 ✅ 0s ⏱️
1 suites 0 💤
1 files 5 ❌
Results for commit 81103f7.
Annotations
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)>
Check warning on line 0 in scripts.tests.test_certs
github-actions / Test Results
test_signature_algorithm[./FIN/onboarding/DCC/SCA/SCA.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_validity_range[./FIN/onboarding/DCC/SCA/SCA.pem] (scripts.tests.test_certs) failed
pytest.xml [took 0s]
Raw output
AssertionError: SCA must be valid for at most 4 years (is: 7300 days)
scripts/tests/validity_range.py:22: in test_validity_range
assert validity < timedelta(days=max_years*366), \
E AssertionError: SCA must be valid for at most 4 years (is: 7300 days)