suricata-verify
suricata-verify copied to clipboard
run.py: allow a test to require a feature not being enabled
Example:
requires:
features:
- -HAVE_LUA
would require that Suricata does not have Lua support.
LGTM.
Looks good overall. Wondering if !HAVE_LUA
would work as well. Since that is such a common pattern in suri, it feels more appropriate.
Looks good overall. Wondering if
!HAVE_LUA
would work as well. Since that is such a common pattern in suri, it feels more appropriate.
The double dash bugged my eyes, so +1 for !