From: Victor Julien Date: Thu, 28 Jul 2022 05:46:10 +0000 (+0200) Subject: tests: less strict fileinfo checks for bug-130 X-Git-Tag: suricata-6.0.8~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F894%2Fhead;p=thirdparty%2Fsuricata-verify.git tests: less strict fileinfo checks for bug-130 --- diff --git a/tests/bug-130/test.yaml b/tests/bug-130/test.yaml index 8ff1858ba..8c7c6c6a8 100644 --- a/tests/bug-130/test.yaml +++ b/tests/bug-130/test.yaml @@ -126,13 +126,12 @@ checks: dest_ip: 10.100.0.8 dest_port: 44270 event_type: fileinfo - fileinfo: - filename: /publication/pub.home/home.html - gaps: false - size: 1483 - state: CLOSED - stored: false - tx_id: 0 + fileinfo.filename: /publication/pub.home/home.html + fileinfo.gaps: false + fileinfo.size: 1483 + fileinfo.state: CLOSED + fileinfo.stored: false + fileinfo.tx_id: 0 http: hostname: www.abcdefghij.com http_content_type: text/html