From 787b9cafd2711c3feb7cd2e6febaa5050dfb96c6 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 27 Jul 2023 18:49:31 +0530 Subject: [PATCH] createst: skip pkt_src from test.yaml --- createst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.47.2