Actions
Feature #4061
closed
SB
HK
createst: Commandline param to specify required features
Feature #4061:
createst: Commandline param to specify required features
Effort:
Difficulty:
Label:
Beginner, Outreachy, Python
Description
It should be possible to define multiple features to be added to the finally generated test.yaml.
Expectation
createst.py mytest mypcap --features HAVE_LUA,HAVE_LIBJANSSON
The final generated test.yaml should have features defined globally.
requires:
features:
- HAVE_LIBJANSSON
- HAVE_LUA
version: 6.0.0
checks:
- filter:
count: 1
SB Updated by Shivani Bhardwaj over 5 years ago
- Description updated (diff)
SB Updated by Shivani Bhardwaj over 5 years ago
- Target version set to QA
VW Updated by Victory Wekwa over 5 years ago
- Assignee changed from Community Ticket to Victory Wekwa
JF Updated by Juliana Fajardini Reichow over 3 years ago
- Assignee changed from Victory Wekwa to Community Ticket
Unclaiming this due to lack of activity for the past 6 months.
HK Updated by Haleema Khan over 3 years ago
- Assignee changed from Community Ticket to Haleema Khan
HK Updated by Haleema Khan over 3 years ago
- Status changed from New to In Review
PR for review https://github.com/OISF/suricata-verify/pull/968
JI Updated by Jason Ish over 3 years ago
- Status changed from In Review to Closed
Merged into S-V master. Thanks!
Actions