test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/TestSuite_pmdrss_hash : Enable CVL columbiaville_25g and columbiaville_100g nic support pmdrss hash test case
@ 2019-08-20  2:08 zhiwei.he
  2019-08-30  3:15 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhiwei.he @ 2019-08-20  2:08 UTC (permalink / raw)
  To: dts; +Cc: zhiwei.he

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

diff --git a/tests/TestSuite_pmdrss_hash.py b/tests/TestSuite_pmdrss_hash.py
index 32dc263..6acf140 100644
--- a/tests/TestSuite_pmdrss_hash.py
+++ b/tests/TestSuite_pmdrss_hash.py
@@ -413,14 +413,14 @@ 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"],
                     "NIC Unsupported: " + str(self.nic))
         global reta_num
         global iptypes
 
-        if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]:
+        if self.nic in ["columbiaville_25g", "columbiaville_100g", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]:
             reta_num = 512
         elif self.nic in ["niantic"]:
             reta_num = 128
@@ -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"],
                     "NIC Unsupported: " + str(self.nic))
 
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] tests/TestSuite_pmdrss_hash : Enable CVL columbiaville_25g and columbiaville_100g nic support pmdrss hash test case
  2019-08-20  2:08 [dts] [PATCH] tests/TestSuite_pmdrss_hash : Enable CVL columbiaville_25g and columbiaville_100g nic support pmdrss hash test case zhiwei.he
@ 2019-08-30  3:15 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-08-30  3:15 UTC (permalink / raw)
  To: He, Zhiwei, dts; +Cc: He, Zhiwei

Applied failed, because code base changed.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhiwei.he
> Sent: Tuesday, August 20, 2019 10:09 AM
> To: dts@dpdk.org
> Cc: He, Zhiwei <zhiwei.he@intel.com>
> Subject: [dts] [PATCH] tests/TestSuite_pmdrss_hash : Enable CVL
> columbiaville_25g and columbiaville_100g nic support pmdrss hash test case
> 
> From: "zhiwei.he" <zhiwei.he@intel.com>
> 
> diff --git a/tests/TestSuite_pmdrss_hash.py
> b/tests/TestSuite_pmdrss_hash.py index 32dc263..6acf140 100644
> --- a/tests/TestSuite_pmdrss_hash.py
> +++ b/tests/TestSuite_pmdrss_hash.py
> @@ -413,14 +413,14 @@ 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"],
>                      "NIC Unsupported: " + str(self.nic))
>          global reta_num
>          global iptypes
> 
> -        if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single",
> "fortpark_TLV", "fortville_25g"]:
> +        if self.nic in ["columbiaville_25g", "columbiaville_100g",
> "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV",
> "fortville_25g"]:
>              reta_num = 512
>          elif self.nic in ["niantic"]:
>              reta_num = 128
> @@ -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"],
>                      "NIC Unsupported: " + str(self.nic))
> 
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-30  3:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20  2:08 [dts] [PATCH] tests/TestSuite_pmdrss_hash : Enable CVL columbiaville_25g and columbiaville_100g nic support pmdrss hash test case zhiwei.he
2019-08-30  3:15 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).