]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
add signature-id validation to test.yaml
authorJason Ish <ish@unx.ca>
Wed, 20 Dec 2017 19:58:27 +0000 (13:58 -0600)
committerJason Ish <ish@unx.ca>
Wed, 20 Dec 2017 19:58:27 +0000 (13:58 -0600)
commit077e8b771d1e669ab685a831a1a664e7ce12e329
treef88688fc5a25ba04caa73377a11407aef72c4c62
parent6968d5f807b9fed99b70db9919b13d2aeed2d011
add signature-id validation to test.yaml

With the following in a test.yaml:
  checks:
  - signature-id: 1
  - signature-id: 2
  - signature-id: 3
the eve.json will be checked to make sure it alerts for each
signature id provided.
run.py