Actions
Task #2924
closedsuricata-verify: per check version conditions
Effort:
Difficulty:
Label:
Description
Allow 'version' and 'min-version' to be specified per check in addition to the current per test.
Goal is to allow for a single test that tests different output behaviour for different Suricata versions.
Example:
checks:
- filter:
version: 4.1.0
count: 1
match:
event_type: tls
tls.sni: "localhost"
- filter:
min-version: 5.0.0
count: 1
match:
event_type: tls
tls.new_sni: "localhost"
Reference: https://github.com/OISF/suricata/pull/3645
Updated by Shivani Bhardwaj over 5 years ago
How are we dealing with the paths of multiple versions of Suricata? Currently, we do a version check before starting the tests for ./src/suricata
in the current directory only and use the same instance to run the tests. What should be the assumption for paths of these different versioned Suricata instances?
Apologies for the misunderstanding on my end.
Updated by Shivani Bhardwaj over 5 years ago
- Status changed from Assigned to Feedback
Updated by Victor Julien over 5 years ago
- Status changed from Feedback to Closed
- Priority changed from High to Normal
- Target version changed from 70 to QA
Actions