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
Actions