Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all tests 7461 v1 #2190

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
668 changes: 469 additions & 199 deletions eve-validator/Cargo.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions tests/dhcp-request-flood/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Skip by default, can take a long time to run until Suricata is fixed
# for this case.
skip: true

checks:
- filter:
count: 10000
Expand Down
31 changes: 0 additions & 31 deletions tests/eve-alert-verbose/suricata.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions tests/eve-alert-verbose/test.rules

This file was deleted.

22 changes: 0 additions & 22 deletions tests/eve-alert-verbose/test.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions tests/http-xff-unified2/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions tests/http-xff-unified2/suricata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tests/http-xff-unified2/test.rules

This file was deleted.

25 changes: 0 additions & 25 deletions tests/http-xff-unified2/test.yaml

This file was deleted.

Binary file removed tests/http-xff-unified2/xff-extradata.pcap
Binary file not shown.
5 changes: 3 additions & 2 deletions tests/ja4-rules-requires-off/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
requires:
min-version: 7.0.6
script:
- ./src/suricata --build-info | grep "JA4 support" | grep no > /dev/null

skip:
- feature: HAVE_JA4

args:
- -k none
Expand Down
5 changes: 3 additions & 2 deletions tests/tls/tls-ja3s-requires-off/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ requires:
min-version: 7.0.3
features:
- HAVE_LUA
script:
- ./src/suricata --build-info | grep "JA3 support" | grep no > /dev/null

skip:
- feature: HAVE_JA3

args:
- -k none
Expand Down
Loading