Skip to content

Commit

Permalink
tests: fix requirements to pass on 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Nov 17, 2023
1 parent 0e5076a commit 41114b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/detect-flow-pkts/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
min-version: 7
min-version: 8

pcap: ../decode-teredo-01/input.pcap

Expand Down
3 changes: 2 additions & 1 deletion tests/detect-to_lowercase-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
pcap: false
files:
- src/detect-transform-casechange.c

exit-code: 0

Expand Down
3 changes: 2 additions & 1 deletion tests/detect-to_lowercase-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
pcap: false
files:
- src/detect-transform-casechange.c

exit-code: 1

Expand Down
3 changes: 2 additions & 1 deletion tests/detect-to_uppercase-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
pcap: false
files:
- src/detect-transform-casechange.c

exit-code: 0

Expand Down
3 changes: 2 additions & 1 deletion tests/detect-to_uppercase-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
pcap: false
files:
- src/detect-transform-casechange.c

exit-code: 1

Expand Down
2 changes: 1 addition & 1 deletion tests/http2-userinfo-authority/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
min-version: 6.0.0
min-version: 8.0.0

# disables checksum verification
args:
Expand Down

0 comments on commit 41114b1

Please sign in to comment.