Actions
Feature #4061
closedcreatest: 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
Updated by Victory Wekwa about 4 years ago
- Assignee changed from Community Ticket to Victory Wekwa
Updated by Juliana Fajardini Reichow about 2 years ago
- Assignee changed from Victory Wekwa to Community Ticket
Unclaiming this due to lack of activity for the past 6 months.
Updated by Haleema Khan about 2 years ago
- Assignee changed from Community Ticket to Haleema Khan
Updated by Haleema Khan about 2 years ago
- Status changed from New to In Review
PR for review https://github.com/OISF/suricata-verify/pull/968
Updated by Jason Ish almost 2 years ago
- Status changed from In Review to Closed
Merged into S-V master. Thanks!
Actions