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

Message ID 20220802031310.5523-2-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,1/3] test_plans/generic_flow_api: add i40e case fdir_for_vlan |

Commit Message

Lingli Chen Aug. 2, 2022, 3:13 a.m. UTC
  fdir_wrong_parameters: testpmd not support socket-mem param in freebsd

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

Comments

Peng, Yuan Aug. 30, 2022, 6:06 a.m. UTC | #1
Acked-by: Peng, Yuan <yuan.peng@intel.com>

-----Original Message-----
From: Chen, LingliX <linglix.chen@intel.com> 
Sent: Tuesday, August 2, 2022 11:13 AM
To: dts@dpdk.org
Cc: Peng, Yuan <yuan.peng@intel.com>; Chen, LingliX <linglix.chen@intel.com>
Subject: [dts][PATCH V1 2/3] conf/test_case_checklist: add case fdir_wrong_parameters

fdir_wrong_parameters: testpmd not support socket-mem param in freebsd

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
  

Patch

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"
+        }
     ]
 }