[V2,3/5] conf/test_case_*: add pf action subcase

Message ID 20221209070807.1134-4-linglix.chen@intel.com (mailing list archive)
State Changes Requested
Headers
Series use decorator to skip igb_uio cases |

Commit Message

Lingli Chen Dec. 9, 2022, 7:08 a.m. UTC
  add pf action subcase supportlist

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
V2: modify case name

 conf/test_case_checklist.json   | 11 ++++++-----
 conf/test_case_supportlist.json |  5 ++---
 2 files changed, 8 insertions(+), 8 deletions(-)
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index f88f5be1..613af2e7 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2935,7 +2935,7 @@ 
             "Comments": "NIC not support this case"
         }
     ],
-    "fdir_for_vlan": [
+    "fdir_for_vlan_PF_vfio": [
         {
             "OS": [
                 "ALL"
@@ -3203,7 +3203,7 @@ 
             "Comments": "only i40e and ixgbe driver support this case"
         }
 	],
-    "tunnel_filter_nvgre": [
+    "tunnel_filter_nvgre_PF_vfio": [
         {
             "OS": [
                 "ALL"
@@ -3274,7 +3274,7 @@ 
             "Comments": "NIC not support this case"
         }
     ],
-	"tunnel_filter_vxlan": [
+	"tunnel_filter_vxlan_PF_vfio": [
         {
             "OS": [
                 "ALL"
@@ -3302,12 +3302,13 @@ 
             "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
-	"fdir_for_ipv4": [
+	"fdir_for_ipv4_PF_vfio": [
         {
             "OS": [
                 "ALL"
             ],
             "NIC": [
+                "IGC-I226_LM",
                 "IGC-I225_LM"
             ],
             "Target": [
@@ -3330,7 +3331,7 @@ 
             "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
-       "fdir_for_ipv6": [
+       "fdir_for_ipv6_PF_vfio": [
         {
             "OS": [
                 "freebsd"
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 2fd6ae33..764aee86 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -846,14 +846,13 @@ 
             "Comments": "the nic on the environment not support this case"
         }
     ],
-    "fdir_for_ipv4": [
+    "fdir_for_ipv4_PF_vfio": [
         {
             "OS": [
                 "ALL"
             ],
             "NIC": [
                 "IXGBE_10G-82599_SFP",
-                "IGC-I225_LM",
                 "IXGBE_10G-X550EM_X_10G_T",
                 "IXGBE_10G-X550T",
                 "I40E_10G-SFP_XL710",
@@ -893,7 +892,7 @@ 
             "Comments": "the nic on the environment not support this case"
         }
     ],
-    "fdir_for_ipv6": [
+    "fdir_for_ipv6_PF_vfio": [
         {
             "OS": [
                 "ALL"