test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests: Add NIC type "magnolia_park"
@ 2016-10-14 14:43 Yuan Peng
  2016-10-14 15:02 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Yuan Peng @ 2016-10-14 14:43 UTC (permalink / raw)
  To: dts; +Cc: pengyuan

From: pengyuan <yuan.peng@intel.com>

Signed-off-by: pengyuan <yuan.peng@intel.com>

diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
index b22e77f..1b2e360 100644
--- a/tests/TestSuite_scatter.py
+++ b/tests/TestSuite_scatter.py
@@ -64,7 +64,7 @@ class TestScatter(TestCase):
         self.intf = self.tester.get_interface(tester_port)
 
         self.pmdout = PmdOutput(self.dut)
-        if self.nic in ["mgpk", "niantic", "sageville", "fortpark", "fortville_eagle",
+        if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle",
                         "fortville_spirit", "fortville_spirit_single",
                         "redrockcanyou", "atwood", "boulderrapid",
                         "ironpond", "twinpond", "springfountain", "fortpark_TLV"]:
diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 2b8704c..aaf7f9f 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -336,7 +336,7 @@ class TestShutdownApi(TestCase):
         self.dut.send_expect("port start all", "testpmd> ", 100)
         self.dut.send_expect("start", "testpmd> ")
 
-        if self.nic in ['mgpk', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
+        if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
             # nantic vlan length will not be calculated
             vlan_jumbo_size = jumbo_size + 4
         else:
-- 
2.5.0

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

* Re: [dts] [PATCH] tests: Add NIC type "magnolia_park"
  2016-10-14 14:43 [dts] [PATCH] tests: Add NIC type "magnolia_park" Yuan Peng
@ 2016-10-14 15:02 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-10-14 15:02 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

Yuan, please create your patch based on latest master branch instead of your internal branch.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yuan Peng
> Sent: Friday, October 14, 2016 9:44 AM
> To: dts@dpdk.org
> Cc: Peng, Yuan
> Subject: [dts] [PATCH] tests: Add NIC type "magnolia_park"
> 
> From: pengyuan <yuan.peng@intel.com>
> 
> Signed-off-by: pengyuan <yuan.peng@intel.com>
> 
> diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
> index b22e77f..1b2e360 100644
> --- a/tests/TestSuite_scatter.py
> +++ b/tests/TestSuite_scatter.py
> @@ -64,7 +64,7 @@ class TestScatter(TestCase):
>          self.intf = self.tester.get_interface(tester_port)
> 
>          self.pmdout = PmdOutput(self.dut)
> -        if self.nic in ["mgpk", "niantic", "sageville", "fortpark",
> "fortville_eagle",
> +        if self.nic in ["magnolia_park", "niantic", "sageville",
> "fortpark", "fortville_eagle",
>                          "fortville_spirit", "fortville_spirit_single",
>                          "redrockcanyou", "atwood", "boulderrapid",
>                          "ironpond", "twinpond", "springfountain",
> "fortpark_TLV"]:
> diff --git a/tests/TestSuite_shutdown_api.py
> b/tests/TestSuite_shutdown_api.py
> index 2b8704c..aaf7f9f 100644
> --- a/tests/TestSuite_shutdown_api.py
> +++ b/tests/TestSuite_shutdown_api.py
> @@ -336,7 +336,7 @@ class TestShutdownApi(TestCase):
>          self.dut.send_expect("port start all", "testpmd> ", 100)
>          self.dut.send_expect("start", "testpmd> ")
> 
> -        if self.nic in ['mgpk', 'niantic', 'twinpond', 'kawela_4',
> 'ironpond', 'springfountain', 'springville', 'powerville']:
> +        if self.nic in ['magnolia_park', 'niantic', 'twinpond',
> 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
>              # nantic vlan length will not be calculated
>              vlan_jumbo_size = jumbo_size + 4
>          else:
> --
> 2.5.0

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

end of thread, other threads:[~2016-10-14 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-14 14:43 [dts] [PATCH] tests: Add NIC type "magnolia_park" Yuan Peng
2016-10-14 15:02 ` Liu, Yong

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).