From: Shivani Bhardwaj Date: Mon, 10 Feb 2025 10:43:10 +0000 (+0530) Subject: datarep: adjust error message to newer output X-Git-Tag: suricata-7.0.9~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2287%2Fhead;p=thirdparty%2Fsuricata-verify.git datarep: adjust error message to newer output --- diff --git a/tests/datarep-03-bad-reputation/test.yaml b/tests/datarep-03-bad-reputation/test.yaml index debe6e5f9..29ac70984 100644 --- a/tests/datarep-03-bad-reputation/test.yaml +++ b/tests/datarep-03-bad-reputation/test.yaml @@ -14,8 +14,14 @@ args: checks: - shell: + min-version: 8 + args: grep "invalid datarep value" suricata.log | wc -l | xargs + expect: 1 + - shell: + lt-version: 8 args: grep "is not a valid reputation value" suricata.log | wc -l | xargs expect: 1 - shell: + lt-version: 8 args: grep "bad rep for dataset" suricata.log | wc -l | xargs expect: 1