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

Message ID 20220621055812.1315-3-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V4,1/3] tests/vf_pf_reset: add vf_pf_reset testsuite |

Checks

Context Check Description
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Weiyuan Li June 21, 2022, 5:58 a.m. UTC
  From: Weiyuan li <weiyuanx.li@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@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(+)
  

Comments

Tu, Lijuan June 21, 2022, 7:42 a.m. UTC | #1
On Tue, 21 Jun 2022 13:58:12 +0800, "Li, WeiyuanX" <weiyuanx.li@intel.com> wrote:
> From: Weiyuan li <weiyuanx.li@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@intel.com>

Acked-by: Peng, Yuan <yuan.peng@intel.com>
Series applied, thanks
  

Patch

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