test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/shutdown_api: vlan segment are not calculated in statistics with sageville and sagepond
@ 2018-07-26  8:58 wenjieli
  2018-07-27  9:12 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: wenjieli @ 2018-07-26  8:58 UTC (permalink / raw)
  To: dts; +Cc: wenjieli

add filter to align case, enable_disablejumbo, with hardware limitation

Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
---
 tests/TestSuite_shutdown_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 8b6de18..d00c3fb 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -346,7 +346,7 @@ class TestShutdownApi(TestCase):
             self.dut.send_expect("port start all", "testpmd> ", 100)
             self.dut.send_expect("start", "testpmd> ")
 
-            if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
+            if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville', 'sageville', 'sagepond']:
                 # nantic vlan length will not be calculated
                 vlan_jumbo_size = jumbo_size + 4
             else:
-- 
1.9.3

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

* Re: [dts] [PATCH V1] tests/shutdown_api: vlan segment are not calculated in statistics with sageville and sagepond
  2018-07-26  8:58 [dts] [PATCH V1] tests/shutdown_api: vlan segment are not calculated in statistics with sageville and sagepond wenjieli
@ 2018-07-27  9:12 ` Lijuan Tu
  0 siblings, 0 replies; 2+ messages in thread
From: Lijuan Tu @ 2018-07-27  9:12 UTC (permalink / raw)
  To: wenjieli, dts

Applied, thanks


On 2018年07月26日 16:58, wenjieli wrote:
> add filter to align case, enable_disablejumbo, with hardware limitation
>
> Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
> ---
>   tests/TestSuite_shutdown_api.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
> index 8b6de18..d00c3fb 100644
> --- a/tests/TestSuite_shutdown_api.py
> +++ b/tests/TestSuite_shutdown_api.py
> @@ -346,7 +346,7 @@ class TestShutdownApi(TestCase):
>               self.dut.send_expect("port start all", "testpmd> ", 100)
>               self.dut.send_expect("start", "testpmd> ")
>   
> -            if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
> +            if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville', 'sageville', 'sagepond']:
>                   # nantic vlan length will not be calculated
>                   vlan_jumbo_size = jumbo_size + 4
>               else:

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

end of thread, other threads:[~2018-07-27  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26  8:58 [dts] [PATCH V1] tests/shutdown_api: vlan segment are not calculated in statistics with sageville and sagepond wenjieli
2018-07-27  9:12 ` Lijuan Tu

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