[V1,1/2] tests/flexible_rxd: remove "IGC-I225_LM" as support for nic

Message ID 20230512052232.955659-2-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series remove "IGC-I225_LM" as support for nic |

Commit Message

Jiale, SongX May 12, 2023, 5:22 a.m. UTC
  according to the testplan, the test suite only supports network cards with
kernel driver ice. therefore, remove "IGC-I225_LM" as support for nic.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_flexible_rxd.py | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_flexible_rxd.py b/tests/TestSuite_flexible_rxd.py
index 199bbeeb..f3c70ec3 100644
--- a/tests/TestSuite_flexible_rxd.py
+++ b/tests/TestSuite_flexible_rxd.py
@@ -16,7 +16,6 @@  class TestFlexibleRxd(TestCase, FlexibleRxdBase):
         "ICE_25G-E810C_SFP",
         "ICE_25G-E810_XXV_SFP",
         "ICE_25G-E823C_QSFP",
-        "IGC-I225_LM",
     ]
 
     def preset_compilation(self):