[dts][PATCH V1 2/3] conf/test_case_checklist: add case fdir_wrong_parameters

Lingli Chen linglix.chen at intel.com
Tue Aug 2 05:13:09 CEST 2022


fdir_wrong_parameters: testpmd not support socket-mem param in freebsd

Signed-off-by: Lingli Chen <linglix.chen at intel.com>
---
 conf/test_case_checklist.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 5d166cb2..e3784ec5 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3777,5 +3777,20 @@
             "Bug ID": "",
             "Comments": "the nic on the environment not support this case"
         }
+    ],
+    "fdir_wrong_parameters":[
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem param in freebsd"
+        }
     ]
 }
-- 
2.17.1



More information about the dts mailing list