Skip to content

Commit

Permalink
do not run /scanning/oscap-debug in any automation
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps committed Oct 2, 2024
1 parent 85151f7 commit e668461
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
3 changes: 0 additions & 3 deletions scanning/oscap-debug/helgrind.fmf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
summary: Runs oscap via valgrind - helgrind
test: python3 -m lib.runtest ./helgrind.py
result: custom
environment+:
PYTHONPATH: ../..
duration: 4h
require+:
- valgrind
7 changes: 7 additions & 0 deletions scanning/oscap-debug/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
result: custom
environment+:
PYTHONPATH: ../..
# these are tools to be manually modified and executed,
# not to be run in any kind of automation
tag+:
- needs-param
3 changes: 0 additions & 3 deletions scanning/oscap-debug/sysctl-only.fmf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
summary: Runs oscap many times to hopefully reproduce a freeze
test: python3 -m lib.runtest ./sysctl-only.py
result: custom
environment+:
PYTHONPATH: ../..
duration: 4h
require+:
- gdb
Expand Down
3 changes: 0 additions & 3 deletions scanning/oscap-debug/vm-scan.fmf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
summary: Runs oscap many times to hopefully reproduce a freeze
test: python3 -m lib.runtest ./vm-scan.py
result: custom
environment+:
PYTHONPATH: ../..
duration: 4h
require+:
# virt library dependencies
Expand Down

0 comments on commit e668461

Please sign in to comment.