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

updated expected kernel version test value to 4.14.186 #582

Merged
merged 1 commit into from
Jul 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_vms_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Contributor

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



class SD_VM_Tests(unittest.TestCase):
Expand Down