Feature #4060
closedcreatest: Commandline param to specify minimum required version of Suricata
Description
Current createst script generates only the filter blocks as per eve.json, extend its functionality to add a global minimum required version of Suricata as mentioned on command line.
Expectation
createst.py mytest mypcap --add-min-version 5.0
The final generated test.yaml should have a min suricata version defined globally. e.g. https://github.com/OISF/suricata-verify/blob/master/tests/flowbit-oring/test.yaml
Updated by Anuradha jha about 4 years ago
- Assignee changed from Community Ticket to Anuradha jha
Updated by Anuradha jha about 4 years ago
- Assignee changed from Anuradha jha to Community Ticket
Updated by Tharushi Jayasekara about 4 years ago
- Assignee changed from Community Ticket to Tharushi Jayasekara
Updated by Tharushi Jayasekara about 4 years ago
Shivani Bhardwaj wrote:
Current createst script generates only the filter blocks as per eve.json, extend its functionality to add a global minimum required version of Suricata as mentioned on command line.
Expectation
[...]
The final generated test.yaml should have a min suricata version defined globally. e.g. https://github.com/OISF/suricata-verify/blob/master/tests/flowbit-oring/test.yaml
Hi Shivani,
Just a small question regarding the wording of the commandline param. Could I change it to "min-version" so that the it is consistent with the existing params, or should I use "add-min-version" as given in the text?
Updated by Tharushi Jayasekara about 4 years ago
- Status changed from New to In Review
Updated by Juliana Fajardini Reichow about 2 years ago
- Status changed from In Review to Closed
PR was merged.