File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
run : docker-compose logs ohp
79
79
80
80
- name : Run modules test (graceful shutting of modules)
81
- run : sudo pytest tests/test_module_*
81
+ run : sudo pytest tests/test_module_* -s
82
82
83
83
- name : Run modules test
84
84
run : sudo python3 ohp.py -m all --test --store-pcap
Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ def load_honeypot_engine():
887
887
if run_as_test :
888
888
network_traffic_capture_process .terminate ()
889
889
# without ci it will be terminate after a few seconds, it needs to kill the tshark and update pcap file collection
890
- network_traffic_capture_process .join ()
890
+ # network_traffic_capture_process.join()
891
891
# if in case any events that were not inserted from thread
892
892
push_events_queues_to_database (honeypot_events_queue , network_events_queue )
893
893
# Kill bulk events thread
You can’t perform that action at this time.
0 commit comments