We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d66019 commit 571b90dCopy full SHA for 571b90d
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
run: docker-compose logs ohp
79
80
- name: Run modules test (graceful shutting of modules)
81
- run: sudo python3 -m pytest tests/test_module_* -s
+ run: sudo python3 -m pytest tests/test_module_shutting.py tests/test_module_killing.py -s
82
83
- name: Run modules test
84
run: sudo python3 ohp.py -m all --test --store-pcap
0 commit comments