]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: add pgsql tests
authorJuliana Fajardini <jufajardini@gmail.com>
Tue, 21 Sep 2021 10:51:42 +0000 (11:51 +0100)
committerJuliana Fajardini <jufajardini@gmail.com>
Thu, 20 Jan 2022 15:40:30 +0000 (15:40 +0000)
commitffc015ab257c14024048e5611a303bb8c733fb91
tree75bb13714193cb86ccd403e8dd415c348e421d03
parentaa11d68aea003ca67fc388e5b1b2a88afa33e4c4
tests: add pgsql tests

These tests cover an assortment of pgsql authentication methods,
simple queries, error response messages, as well as SSL handshakes,
both rejected and accepted (w/ start tls enabled). Non-verbose log style
is enabled.

Related to task #4241
20 files changed:
tests/pgsql/pgsql-5000-query-results/README.md [new file with mode: 0644]
tests/pgsql/pgsql-5000-query-results/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-5000-query-results/suricata.yaml [new file with mode: 0644]
tests/pgsql/pgsql-5000-query-results/test.yaml [new file with mode: 0644]
tests/pgsql/pgsql-pwd-output-disabled/README.md [new file with mode: 0644]
tests/pgsql/pgsql-pwd-output-disabled/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-pwd-output-disabled/suricata.yaml [new file with mode: 0755]
tests/pgsql/pgsql-pwd-output-disabled/test.yaml [new file with mode: 0644]
tests/pgsql/pgsql-simple-query-rollback/README.md [new file with mode: 0644]
tests/pgsql/pgsql-simple-query-rollback/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-simple-query-rollback/suricata.yaml [new file with mode: 0644]
tests/pgsql/pgsql-simple-query-rollback/test.yaml [new file with mode: 0644]
tests/pgsql/pgsql-ssl-rejected-md5-auth-simple-query/README.md [new file with mode: 0644]
tests/pgsql/pgsql-ssl-rejected-md5-auth-simple-query/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-ssl-rejected-md5-auth-simple-query/suricata.yaml [new file with mode: 0755]
tests/pgsql/pgsql-ssl-rejected-md5-auth-simple-query/test.yaml [new file with mode: 0644]
tests/pgsql/pgsql-upgrade-tls/README.md [new file with mode: 0644]
tests/pgsql/pgsql-upgrade-tls/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-upgrade-tls/suricata.yaml [new file with mode: 0755]
tests/pgsql/pgsql-upgrade-tls/test.yaml [new file with mode: 0644]