[dts] [PATCH V2] tests/TestSuite_pmdrss_hash : enable CVL25G&100G nic support pmdrss hash case

zhiwei.he zhiwei.he at intel.com
Fri Aug 30 10:41:33 CEST 2019


From: "zhiwei.he" <zhiwei.he at intel.com>

Signed-off-by: zhiwei.he <zhiwei.he at intel.com>
---
 tests/TestSuite_pmdrss_hash.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_pmdrss_hash.py b/tests/TestSuite_pmdrss_hash.py
index 72c4ef2..faae080 100644
--- a/tests/TestSuite_pmdrss_hash.py
+++ b/tests/TestSuite_pmdrss_hash.py
@@ -413,7 +413,7 @@ class TestPmdrssHash(TestCase):
         Run at the start of each test suite.
         """
 
-        self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
+        self.verify(self.nic in ["columbiaville_25g", "columbiaville_100g","fortville_eagle", "fortville_spirit",
                     "fortville_spirit_single", "redrockcanyou", "atwood",
                     "boulderrapid", "fortpark_TLV", "fortville_25g", "niantic", "carlsville"],
                     "NIC Unsupported: " + str(self.nic))
@@ -613,7 +613,7 @@ class TestPmdrssHash(TestCase):
     def test_dynamic_rss_bond_config(self):
         
         # setup testpmd and finish bond config
-        self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
+        self.verify(self.nic in ["columbiaville_25g", "columbiaville_100g","fortville_eagle", "fortville_spirit",
                     "fortpark_TLV", "fortville_25g", "carlsville"],
                     "NIC Unsupported: " + str(self.nic))
 
-- 
1.8.3.1



More information about the dts mailing list