Project

General

Profile

Feature #4060

Updated by Shivani Bhardwaj over 3 years ago

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+ 

 <pre><code class="shell"> 
 createst.py mytest mypcap --add-min-version 5.0 

 </code></pre> 

 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

Back