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

tests: remove tests for versions less than 6 #1934

Closed
wants to merge 1 commit into from
Closed
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
15 changes: 0 additions & 15 deletions tests/bug-2482-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
requires:
features:
- HAVE_LIBJANSSON
min-version: 4.1.0

args:
- -k none
- --set vars.address-groups.EXTERNAL_NET=any
Expand All @@ -14,16 +9,6 @@ checks:
event_type: alert
alert.signature_id: 2013933
http.http_method: "CONNECT"
- filter:
version: 4.1
count: 172
match:
event_type: tls
- filter:
version: 5
count: 170
match:
event_type: tls
- filter:
version: 6
count: 172
Expand Down
10 changes: 0 additions & 10 deletions tests/bug-4953/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ checks:
fileinfo.gaps: true
fileinfo.state: TRUNCATED
fileinfo.size: 137708
- filter:
requires:
lt-version: 6
count: 1
match:
event_type: fileinfo
fileinfo.filename: "/IEyF/EN3GUkgHakZ3iVe/YBqssWlF8iWaHTr/"
fileinfo.gaps: false
fileinfo.state: TRUNCATED
fileinfo.size: 1176
- filter:
count: 1
match:
Expand Down
1 change: 0 additions & 1 deletion tests/decode-erspan-typeI-03/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions tests/decode-erspan-typeI-03/test.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tests/dhcp-eve-extended-pre-6/suricata.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions tests/dhcp-eve-extended-pre-6/test.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions tests/dns-json-log/expected/dns.json

This file was deleted.

8 changes: 0 additions & 8 deletions tests/dns-json-log/suricata.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions tests/dns-json-log/test.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions tests/filestore-v1-stream-depth/suricata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tests/filestore-v1-stream-depth/test.rules

This file was deleted.

19 changes: 0 additions & 19 deletions tests/filestore-v1-stream-depth/test.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions tests/ikev2-weak-dh/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,6 @@ checks:
alert.signature_id: 1
alert.signature: "SURICATA IKEv2 weak cryptographic parameters (Diffie-Hellman)"

- filter:
count: 1
version: 4
match:
event_type: ikev2
ikev2.version_major: 2
ikev2.exchange_type: 34
ikev2.message_id: 0
ikev2.init_spi: "61d3693ce12af528"
ikev2.resp_spi: "0000000000000000"
ikev2.role: initiator
ikev2.errors: 0
ikev2.payload[0]: Nonce
ikev2.payload[1]: KeyExchange
ikev2.payload[2]: SecurityAssociation
ikev2.payload[3]: NoNextPayload

- filter:
count: 1
version: 5
match:
event_type: ikev2
ikev2.version_major: 2
ikev2.exchange_type: 34
ikev2.message_id: 0
ikev2.init_spi: "61d3693ce12af528"
ikev2.resp_spi: "0000000000000000"
ikev2.role: initiator
ikev2.errors: 0
ikev2.payload[0]: Nonce
ikev2.payload[1]: KeyExchange
ikev2.payload[2]: SecurityAssociation
ikev2.payload[3]: NoNextPayload

# from suricata version >=7 the event_type for ikev2 is ike
- filter:
count: 1
Expand Down
9 changes: 0 additions & 9 deletions tests/nfs3-01-pre-6/test.rules

This file was deleted.

Loading
Loading