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

nareddy at marvell.com nareddy at marvell.com
Fri Aug 9 05:56:09 CEST 2019


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