]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests/lua: update/ add more for lua flow lua lib 2378/head
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 27 Mar 2025 14:20:07 +0000 (07:20 -0700)
committerVictor Julien <victor@inliniac.net>
Fri, 28 Mar 2025 05:59:38 +0000 (06:59 +0100)
commit44a72d35d99eee7fe72f60ba128e2a8c8dabd4ad
tree2c8e2ddf8e58ade46ab612141a3714e4e05d05b4
parentf4e92657aba24f8077f937f35fe763be939018b7
tests/lua: update/ add more for lua flow lua lib

For tests that used SCFlow functions but are min-version: 8.
Add a few more tests to cover other funcitons.

Task #7489
27 files changed:
tests/datasets/datasets-lua-01/dataset.lua
tests/datasets/datasets-lua-02/dataset-dns.lua
tests/lua-flowfunctions/README.md [new file with mode: 0644]
tests/lua-flowfunctions/dataset-lua.rules [new file with mode: 0644]
tests/lua-flowfunctions/expected/flow_http_lua.log [new file with mode: 0644]
tests/lua-flowfunctions/lua-flowfunctions.lua [new file with mode: 0644]
tests/lua-flowfunctions/suricata.yaml [new file with mode: 0644]
tests/lua-flowfunctions/test.yaml [new file with mode: 0644]
tests/lua-flowstats/README.md [new file with mode: 0644]
tests/lua-flowstats/expected/lua-scflowstats.log [new file with mode: 0644]
tests/lua-flowstats/lua-scflowstats.lua [new file with mode: 0644]
tests/lua-flowstats/suricata.yaml [new file with mode: 0644]
tests/lua-flowstats/test.yaml [new file with mode: 0644]
tests/lua-flowtuple/README.md [new file with mode: 0644]
tests/lua-flowtuple/expected/scflow-tuple.log [new file with mode: 0644]
tests/lua-flowtuple/scflowtuple.lua [new file with mode: 0644]
tests/lua-flowtuple/suricata.yaml [new file with mode: 0644]
tests/lua-flowtuple/test.yaml [new file with mode: 0644]
tests/lua-output-dns/test.lua
tests/lua-output-http-02/http.lua
tests/lua-output-http/http.lua
tests/lua-output-streaming/expected/6-172.16.1.68-162.209.114.75-58384-80 [new file with mode: 0644]
tests/lua-output-streaming/expected/http-6-172.16.1.68-162.209.114.75-58384-80 [new file with mode: 0644]
tests/lua-output-streaming/streaming-http.lua [new file with mode: 0644]
tests/lua-output-streaming/streaming-tcp.lua [new file with mode: 0644]
tests/lua-output-streaming/suricata.yaml [new file with mode: 0644]
tests/lua-output-streaming/test.yaml [new file with mode: 0644]