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 ARM. #135

Merged
merged 1 commit into from
Oct 8, 2024

Bot added Files from ARM

1e00984
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bot requested a change for ARM. #135

Bot added Files from ARM
1e00984
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Sep 24, 2024 in 0s

2 fail, 40 pass in 0s

42 tests   40 ✅  0s ⏱️
 1 suites   0 💤
 1 files     2 ❌

Results for commit 1e00984.

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_range[./ARM/onboarding/DCC/UP/UP.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: UP must be valid for at least 1 years (is: 363 days)
scripts/tests/validity_range.py:20: in test_validity_range
    assert  validity > timedelta(days=min_years*365-1), \
E   AssertionError: UP must be valid for at least 1 years (is: 363 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_range[./ARM/onboarding/DCC/TLS/TLS.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: TLS must be valid for at least 1 years (is: 363 days)
scripts/tests/validity_range.py:20: in test_validity_range
    assert  validity > timedelta(days=min_years*365-1), \
E   AssertionError: TLS must be valid for at least 1 years (is: 363 days)