Skip to content

Commit

Permalink
ffr: enable tests for 7.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Dec 11, 2024
1 parent 4a9d6ad commit e3d6182
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
21 changes: 0 additions & 21 deletions tests/firewall/firewall-06-tls-sni-enforce/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,15 @@ args:

checks:
- filter:
min-version: 8
count: 24
match:
event_type: alert
alert.signature_id: 3
- filter:
min-version: 8
count: 24
match:
event_type: alert
- filter:
lt-version: 7
count: 26
match:
event_type: alert
alert.signature_id: 3
- filter:
lt-version: 7
count: 26
match:
event_type: alert
- filter:
min-version: 8
# check for https://redmine.openinfosecfoundation.org/issues/7350
count: 4
match:
Expand All @@ -52,17 +38,10 @@ checks:
match:
event_type: drop
- filter:
min-version: 8
count: 0
match:
event_type: alert
pkt_src: "stream (flow timeout)"
- filter:
lt-version: 7
count: 2
match:
event_type: alert
pkt_src: "stream (flow timeout)"
- filter:
count: 1
match:
Expand Down
3 changes: 0 additions & 3 deletions tests/tls-extra-alert-engine-analysis/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
requires:
min-version: 8

args:
- --simulate-ips
- --engine-analysis
Expand Down
3 changes: 0 additions & 3 deletions tests/tls-extra-alert/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
requires:
min-version: 8

args:
- -k none
- --simulate-ips
Expand Down

0 comments on commit e3d6182

Please sign in to comment.