[dts][PATCH V4 3/3] conf/test_case_checklist: add vlan_tx_restore not support

Li, WeiyuanX weiyuanx.li at intel.com
Tue Jun 21 07:58:12 CEST 2022


From: Weiyuan li <weiyuanx.li at intel.com>

1. Add new testsuite tests/TestSuite_vf_pf_reset.py.
2. Add vm configuration file for vf_pf_reset.

Signed-off-by: Weiyuan li <weiyuanx.li at intel.com>
---

v2:
-Modify license format.
-Remove time.sleep.
v3:
-Add vf_pf_reset.cfg file.
v4:
-Add VLAN_tx_Restore to checklist does not support case for ice driver.
-Add ice enable vf-vlan-pruning flag.

 conf/test_case_checklist.json | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 3d3413f0..284a3f65 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3754,5 +3754,21 @@
              "Bug ID": "",
              "Comments": "NIC not support this case"
          }
+    ],
+    "vlan_tx_restore": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ICE_25G-E810C_SFP",
+		        "ICE_100G-E810C_QSFP"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic on the environment not support this case"
+        }
     ]
 }
-- 
2.17.1



More information about the dts mailing list