Project

General

Profile

Actions

Feature #4061

closed

createst: Commandline param to specify required features

Added by Shivani Bhardwaj over 3 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Also available in: Atom PDF