Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot requested a change for AND. #128

Closed
wants to merge 1 commit into from

Bot added Files from AND

d462aad
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bot requested a change for AND. #128

Bot added Files from AND
d462aad
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jun 17, 2024 in 0s

4 fail, 68 pass in 0s

72 tests   68 ✅  0s ⏱️
 1 suites   0 💤
 1 files     4 ❌

Results for commit d462aad.

Annotations

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_validity[./AND/onboarding/DCC/UP/UP.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Certificate expires in less than 30 days
scripts/tests/validity.py:8: in test_validity
    assert cert.x509.not_valid_after >= datetime.now()+timedelta(days=30),\
E   AssertionError: Certificate expires in less than 30 days

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_validity[./AND/onboarding/DCC/TLS/TLS.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Certificate expires in less than 30 days
scripts/tests/validity.py:8: in test_validity
    assert cert.x509.not_valid_after >= datetime.now()+timedelta(days=30),\
E   AssertionError: Certificate expires in less than 30 days

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_validity[./AND/onboarding/DCC/TLS/CA.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Certificate expires in less than 30 days
scripts/tests/validity.py:8: in test_validity
    assert cert.x509.not_valid_after >= datetime.now()+timedelta(days=30),\
E   AssertionError: Certificate expires in less than 30 days

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_if_tls_resolves[./AND] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Could not find a signing CA for TLS_1.pem
scripts/tests/chain_check.py:68: in test_if_tls_resolves
    assert verified, f'Could not find a signing CA for {cert.pathinfo["filename"]}'
E   AssertionError: Could not find a signing CA for TLS_1.pem