[dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063

Tu, Lijuan lijuan.tu at intel.com
Tue Apr 23 22:40:23 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> nareddy at marvell.com
> Sent: Monday, April 22, 2019 11:27 PM
> To: dts at dpdk.org
> Cc: fmasood at marvell.com; avijay at marvell.com; Praneeth Reddy
> <nareddy at marvell.com>
> Subject: [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not
> supported for cavium_a063
> 
> From: Praneeth Reddy <nareddy at marvell.com>
> 
> rx_vlan_strip_set_on_queue is not supported for cavium_a063.
> Adding cavium_a063 to unsupported to list.
> 
> Signed-off-by: Praneeth Reddy <nareddy at marvell.com>
> ---
>  conf/test_case_checklist.json | 3 ++-
>  tests/TestSuite_dual_vlan.py  | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index a1aa90b..239cd89 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -265,7 +265,8 @@
>                  "kawela_4",
>                  "springville",
>                  "fortville_25g",
> -                "fortpark_TLV"
> +                "fortpark_TLV",
> +                "cavium_a063"
>              ],
>              "Target": [
>                  "ALL"
> diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
> index 405a5a2..63bb715 100644
> --- a/tests/TestSuite_dual_vlan.py
> +++ b/tests/TestSuite_dual_vlan.py
> @@ -338,7 +338,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"], "%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"], "%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