Skip to content

Commit

Permalink
CI-prod-testing: run slips on a completely different file and config …
Browse files Browse the repository at this point in the history
…file combination
  • Loading branch information
AlyaGomaa committed Sep 2, 2024
1 parent 3c086fa commit 48b7cbc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Test 2
env:
PYTHONUNBUFFERED: 1 # Ensures real-time logging
run: python3 -u slips.py -t -e 1 -f dataset/test7-malicious.pcap -o output/integration_tests/test_configuration_file -c tests/integration_tests/test.yaml -P 6667
# run: python3 -u slips.py -t -e 1 -f dataset/test7-malicious.pcap -o output/integration_tests/test_configuration_file -c tests/integration_tests/test.yaml -P 6667
run: ./slips.py -e 1 -f dataset/test9-mixed-zeek-dir -o alia


- name: Run Integration Tests for ${{ matrix.test_file }}
run: |
Expand Down

0 comments on commit 48b7cbc

Please sign in to comment.