Skip to content

Commit db87a88

Browse files
committed
adding logs and fix
1 parent f0091e2 commit db87a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: docker-compose logs ohp
7979

8080
- name: Run modules test (graceful shutting of modules)
81-
run: sudo pytest tests/test_module_*
81+
run: sudo pytest tests/test_module_* -s
8282

8383
- name: Run modules test
8484
run: sudo python3 ohp.py -m all --test --store-pcap

core/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def load_honeypot_engine():
887887
if run_as_test:
888888
network_traffic_capture_process.terminate()
889889
# 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()
891891
# if in case any events that were not inserted from thread
892892
push_events_queues_to_database(honeypot_events_queue, network_events_queue)
893893
# Kill bulk events thread

0 commit comments

Comments
 (0)