From 48b7cbc308c515b8bb5c29dd238911466f85f2bf Mon Sep 17 00:00:00 2001 From: alya Date: Mon, 2 Sep 2024 15:37:46 +0300 Subject: [PATCH] CI-prod-testing: run slips on a completely different file and config file combination --- .github/workflows/CI-production-testing-integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-production-testing-integration-tests.yml b/.github/workflows/CI-production-testing-integration-tests.yml index 1fb15cfb1..6bf3345cf 100644 --- a/.github/workflows/CI-production-testing-integration-tests.yml +++ b/.github/workflows/CI-production-testing-integration-tests.yml @@ -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: |