-
Notifications
You must be signed in to change notification settings - Fork 47
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
updated expected kernel version test value to 4.14.186 #582
Conversation
Packages are now live on apt-test, so this should be good for final review |
I updated my |
Yep, this PR resolves the kernel version check failures for me. I get other test failures, mainly it seems because |
And, after copying |
Sounds like we have a flaky test, see similar report in #563 (comment) . |
@@ -5,7 +5,7 @@ | |||
from base import WANTED_VMS | |||
|
|||
|
|||
EXPECTED_KERNEL_VERSION = "4.14.169-grsec-workstation" | |||
EXPECTED_KERNEL_VERSION = "4.14.186-grsec-workstation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
- Install workstation using this branch
-
make test
tests fail due to version mismatch
I saw assert kernel_version == EXPECTED_KERNEL_VERSION
fail
- [ ] Update kernel to 4.14.186 in securedrop-workstation-buster
using packages from freedomofpress/securedrop-apt-test#42
This step was done for me since by the time I got to this step the lfs pr was merged with the new kernel package
-
make test
tests that check kernel version now pass
I saw assert kernel_version == EXPECTED_KERNEL_VERSION
no longer fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test plan checks out. I did encounter one failing test, as described in #583, unrelated to the changes here.
Status
Ready for review
Description of Changes
Towards #546 .
Updates buster kernel version in tests from 4.14.169 to 4.14.186
Testing
make test
tests fail due to version mismatchsecuredrop-workstation-buster
using packages from added 4.14.182 workstation kernel packages securedrop-apt-test#42make clean
andmake all
to rebuild workstationmake test
tests that check kernel version now passChecklist
If you have made code changes
make flake8
) passes in the development environment (this box maybe left unchecked, as
flake8
also runs in CI)If you have made changes to the provisioning logic
All tests (
make test
) pass indom0
of a Qubes installThis PR adds/removes files, and includes required updates to the packaging
logic in
MANIFEST.in
andrpm-build/SPECS/securedrop-workstation-dom0-config.spec