]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
tests/snmp: Update SNMP verifications
authorJeff Lucovsky <jeff@lucovsky.org>
Fri, 28 Feb 2020 15:01:15 +0000 (10:01 -0500)
committerJason Ish <jason.ish@oisf.net>
Fri, 20 Mar 2020 21:48:31 +0000 (15:48 -0600)
tests/bug-3490/test.yaml

index 886d8a4c98b1fa15e4df227b6eb8fcc5cb024162..17170c2094cb916c06a42855b21931b33d1e3cd8 100644 (file)
@@ -11,9 +11,9 @@ args:
 
 checks:
     - shell:
-        args: grep "snmp.pdu_type requires a value" suricata.log| wc -l | xargs
+        args: grep "invalid formatting or malformed option to snmp.pdu_type keyword" suricata.log | wc -l | xargs
         expect: 1
 
     - shell:
-        args: grep "snmp.version requires a value" suricata.log| wc -l | xargs
+        args: grep "invalid formatting or malformed option to snmp.version keyword" suricata.log | wc -l | xargs
         expect: 1