From: Shivani Bhardwaj Date: Thu, 27 Jul 2023 13:19:31 +0000 (+0530) Subject: createst: skip pkt_src from test.yaml X-Git-Tag: suricata-6.0.14~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1337%2Fhead;p=thirdparty%2Fsuricata-verify.git createst: skip pkt_src from test.yaml --- diff --git a/createst.py b/createst.py index b34c6da8e..aac1a9c4a 100755 --- a/createst.py +++ b/createst.py @@ -43,7 +43,7 @@ CUR_DIR = os.path.dirname(os.path.realpath(__file__)) DEFAULT_TEST_DIR = os.path.join(CUR_DIR, "tests") # Fields to exclude from the filter block -skip_fields = ["timestamp", "flow_id", "last_reload"] +skip_fields = ["timestamp", "flow_id", "last_reload", "pkt_src"] def init_logger():