Skip to content

Commit

Permalink
Use test_vars kernel version for DRY-ness
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Nov 22, 2018
1 parent dfabb1c commit 9234c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/testinfra/staging/common/test_grsecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re


KERNEL_VERSION = "4.4.162"
KERNEL_VERSION = pytest.securedrop_test_vars.grsec_version


def test_ssh_motd_disabled(File):
Expand Down
1 change: 1 addition & 0 deletions molecule/testinfra/staging/vars/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ log_events_with_ossec_alerts:
rule_id: "400503"

fpf_apt_repo_url: "https://apt-test.freedom.press"
grsec_version: "4.4.162"

0 comments on commit 9234c32

Please sign in to comment.