From: Juliana Fajardini Date: Tue, 5 Dec 2023 13:53:11 +0000 (-0300) Subject: tests/pgsql: update password log disabled msgs X-Git-Tag: suricata-6.0.16~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1517%2Fhead;p=thirdparty%2Fsuricata-verify.git tests/pgsql: update password log disabled msgs Removing the white spaces from this log output, as these can cause issues with grepping commands querying log results, and also doesn't show a consistent behavior among different environments. --- diff --git a/tests/pgsql/pgsql-5000-query-results/test.yaml b/tests/pgsql/pgsql-5000-query-results/test.yaml index a9eac58f1..eac5cbc3b 100644 --- a/tests/pgsql/pgsql-5000-query-results/test.yaml +++ b/tests/pgsql/pgsql-5000-query-results/test.yaml @@ -64,7 +64,6 @@ checks: dest_port: 5432 event_type: pgsql pcap_cnt: 29 - pgsql.request.password_message: password log disabled pgsql.response.message: authentication_ok pgsql.response.parameter_status[0].application_name: psql pgsql.response.parameter_status[10].time_zone: Etc/UTC diff --git a/tests/pgsql/pgsql-pwd-output-disabled/test.yaml b/tests/pgsql/pgsql-pwd-output-disabled/test.yaml index 051101383..3a4d57c7f 100644 --- a/tests/pgsql/pgsql-pwd-output-disabled/test.yaml +++ b/tests/pgsql/pgsql-pwd-output-disabled/test.yaml @@ -43,7 +43,6 @@ checks: dest_port: 5432 event_type: pgsql pcap_cnt: 12 - pgsql.request.password_message: password log disabled pgsql.response.message: authentication_ok pgsql.response.parameter_status[0].application_name: psql pgsql.response.parameter_status[10].time_zone: Europe/London