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

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

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-suite-test fail Testing issues

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_iavf_flexible_descriptor.py | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Tu, Lijuan May 25, 2023, 2:09 a.m. UTC | #1
On Fri, 12 May 2023 13:22:32 +0800, Jiale Song <songx.jiale@intel.com> wrote:
> 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>


Series applied, thanks
  

Patch

diff --git a/tests/TestSuite_iavf_flexible_descriptor.py b/tests/TestSuite_iavf_flexible_descriptor.py
index f4e689cd..a8e06d14 100644
--- a/tests/TestSuite_iavf_flexible_descriptor.py
+++ b/tests/TestSuite_iavf_flexible_descriptor.py
@@ -16,7 +16,6 @@  class TestIavfFlexibleDescriptor(TestCase, FlexibleRxdBase):
         "ICE_25G-E810C_SFP",
         "ICE_25G-E810_XXV_SFP",
         "ICE_25G-E823C_QSFP",
-        "IGC-I225_LM",
     ]
 
     def preset_compilation(self):