[dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not supported for cavium_a064

Tu, Lijuan lijuan.tu at intel.com
Mon Aug 12 08:52:53 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> nareddy at marvell.com
> Sent: Friday, August 9, 2019 11:56 AM
> To: dts at dpdk.org
> Cc: fmasood at marvell.com; avijay at marvell.com; Praneeth Reddy
> <nareddy at marvell.com>
> Subject: [dts] [PATCH] TestSuite_dual_vlan.py: test_vlan_stripq_config is not
> supported for cavium_a064
> 
> From: Praneeth Reddy <nareddy at marvell.com>
> 
> Added cavium_a064 in not support list
> 
> Signed-off-by: Praneeth Reddy <nareddy at 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



More information about the dts mailing list