Skip to content

Commit

Permalink
datarep: adjust error message to newer output
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Feb 14, 2025
1 parent 8355bc9 commit 8062ab0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/datarep-03-bad-reputation/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8062ab0

Please sign in to comment.