Skip to content

Commit

Permalink
ERL-381: spread: add test for verifying sysctl parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac True <[email protected]>
  • Loading branch information
IsaacJT committed Sep 11, 2023
1 parent 4bcef8a commit 4610f40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/spread/sysctl/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

summary: "Verify sysctl parameters"

systems:
- "nemos-image-*"

execute: |
test $(sysctl -n vm.overcommit_memory) = 2
test $(sysctl -n kernel.randomize_va_space) = 2
test $(sysctl -n kernel.kptr_restrict) = 1
test $(sysctl -n kernel.yama.ptrace_scope) = 2

0 comments on commit 4610f40

Please sign in to comment.