]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
createst: skip pkt_src from test.yaml 1337/head
authorShivani Bhardwaj <shivanib134@gmail.com>
Thu, 27 Jul 2023 13:19:31 +0000 (18:49 +0530)
committerVictor Julien <victor@inliniac.net>
Sat, 29 Jul 2023 06:00:13 +0000 (08:00 +0200)
createst.py

index b34c6da8e04b8cd9ef4bd81d6bd08f9d768dc542..aac1a9c4a9f101547a822dcff54cc66afeb2b733 100755 (executable)
@@ -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():