test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063
@ 2019-04-23  6:04 nareddy
  2019-04-23  6:24 ` [dts] [PATCH v2] " nareddy
  2019-04-23  6:27 ` nareddy
  0 siblings, 2 replies; 5+ messages in thread
From: nareddy @ 2019-04-23  6:04 UTC (permalink / raw)
  To: dts; +Cc: fmasood, avijay, nareddy

From: Praneeth Reddy <nareddy@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@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..caa091d 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


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

* [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063
  2019-04-23  6:04 [dts] [PATCH] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063 nareddy
@ 2019-04-23  6:24 ` nareddy
  2019-04-23  6:28   ` Narala Praneeth Reddy
  2019-04-23  6:27 ` nareddy
  1 sibling, 1 reply; 5+ messages in thread
From: nareddy @ 2019-04-23  6:24 UTC (permalink / raw)
  To: dts; +Cc: fmasood, avijay, Praneeth Reddy

From: Praneeth Reddy <nareddy@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@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..caa091d 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


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

* [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063
  2019-04-23  6:04 [dts] [PATCH] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063 nareddy
  2019-04-23  6:24 ` [dts] [PATCH v2] " nareddy
@ 2019-04-23  6:27 ` nareddy
  2019-04-23 20:40   ` Tu, Lijuan
  1 sibling, 1 reply; 5+ messages in thread
From: nareddy @ 2019-04-23  6:27 UTC (permalink / raw)
  To: dts; +Cc: fmasood, avijay, Praneeth Reddy

From: Praneeth Reddy <nareddy@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@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


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

* Re: [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063
  2019-04-23  6:24 ` [dts] [PATCH v2] " nareddy
@ 2019-04-23  6:28   ` Narala Praneeth Reddy
  0 siblings, 0 replies; 5+ messages in thread
From: Narala Praneeth Reddy @ 2019-04-23  6:28 UTC (permalink / raw)
  To: dts; +Cc: Vijaya Bhaskar Annayyolla

[-- Attachment #1: Type: text/plain, Size: 2017 bytes --]

Hi all,


Please ignore this patch. Submitted another patch.


Regards,

Praneeth


________________________________
From: nareddy@marvell.com <nareddy@marvell.com>
Sent: Tuesday, April 23, 2019 11:54 AM
To: dts@dpdk.org
Cc: Faisal Masood; Vijaya Bhaskar Annayyolla; Narala Praneeth Reddy
Subject: [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063

From: Praneeth Reddy <nareddy@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@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..caa091d 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


[-- Attachment #2: Type: text/html, Size: 4688 bytes --]

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

* Re: [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063
  2019-04-23  6:27 ` nareddy
@ 2019-04-23 20:40   ` Tu, Lijuan
  0 siblings, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2019-04-23 20:40 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: Monday, April 22, 2019 11:27 PM
> To: dts@dpdk.org
> Cc: fmasood@marvell.com; avijay@marvell.com; Praneeth Reddy
> <nareddy@marvell.com>
> Subject: [dts] [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not
> supported for cavium_a063
> 
> From: Praneeth Reddy <nareddy@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@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


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

end of thread, other threads:[~2019-04-23 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23  6:04 [dts] [PATCH] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063 nareddy
2019-04-23  6:24 ` [dts] [PATCH v2] " nareddy
2019-04-23  6:28   ` Narala Praneeth Reddy
2019-04-23  6:27 ` nareddy
2019-04-23 20:40   ` 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).