]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
run.py: allow python lambda expression for requires
authorJason Ish <jason.ish@oisf.net>
Wed, 14 Jun 2023 17:49:47 +0000 (10:49 -0700)
committerJason Ish <jason.ish@oisf.net>
Wed, 14 Jun 2023 17:52:14 +0000 (10:52 -0700)
commitc6ded9ec0bb5e25c332f4416f37e41b6379fbe86
tree1c2f2b30e36dcf7bc4facc2c13880926e06318b6
parentde752d26208e4f36b13c3c291af9917f64c44bc4
run.py: allow python lambda expression for requires

Add a new require type, "lambda" which will require the Python lambda
expression to return a truthy value.
README.md
run.py