* [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not supported for cavium_a064
@ 2019-08-09 3:56 nareddy
2019-08-12 6:52 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: nareddy @ 2019-08-09 3:56 UTC (permalink / raw)
To: dts; +Cc: fmasood, avijay, Praneeth Reddy
From: Praneeth Reddy <nareddy@marvell.com>
Added cavium_a064 in not support list
Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
---
tests/TestSuite_dual_vlan.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
index 45343a1..a688096 100644
--- a/tests/TestSuite_dual_vlan.py
+++ b/tests/TestSuite_dual_vlan.py
@@ -339,7 +339,7 @@ class TestDualVlan(TestCase):
"""
Enable/Disable VLAN packets strip on queue
"""
- self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV", "cavium_a063"], "%s NIC not support queue vlan strip " % self.nic)
+ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV", "cavium_a063", "cavium_a064"], "%s NIC not support queue vlan strip " % self.nic)
self.mode_config(filter="off")
self.mode_config(qinq="off")
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not supported for cavium_a064
2019-08-09 3:56 [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not supported for cavium_a064 nareddy
@ 2019-08-12 6:52 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-08-12 6:52 UTC (permalink / raw)
To: nareddy, dts; +Cc: fmasood, avijay
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> nareddy@marvell.com
> Sent: Friday, August 9, 2019 11:56 AM
> To: dts@dpdk.org
> Cc: fmasood@marvell.com; avijay@marvell.com; Praneeth Reddy
> <nareddy@marvell.com>
> Subject: [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not
> supported for cavium_a064
>
> From: Praneeth Reddy <nareddy@marvell.com>
>
> Added cavium_a064 in not support list
>
> Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
> ---
> tests/TestSuite_dual_vlan.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
> index 45343a1..a688096 100644
> --- a/tests/TestSuite_dual_vlan.py
> +++ b/tests/TestSuite_dual_vlan.py
> @@ -339,7 +339,7 @@ class TestDualVlan(TestCase):
> """
> Enable/Disable VLAN packets strip on queue
> """
> - self.verify(self.nic not in ["fortville_eagle", "fortville_spirit",
> "fortville_spirit_single", "fortville_25g", "fortpark_TLV", "cavium_a063"], "%s
> NIC not support queue vlan strip " % self.nic)
> + self.verify(self.nic not in ["fortville_eagle",
> + "fortville_spirit", "fortville_spirit_single", "fortville_25g",
> + "fortpark_TLV", "cavium_a063", "cavium_a064"], "%s NIC not support
> + queue vlan strip " % self.nic)
>
> self.mode_config(filter="off")
> self.mode_config(qinq="off")
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-12 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 3:56 [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not supported for cavium_a064 nareddy
2019-08-12 6:52 ` 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).