[dts] [PATCH] tests/TestSuite_vlan.py: setting Send packet count as 4 to support Vector mode.

thaq at marvell.com thaq at marvell.com
Mon Jun 17 08:49:46 CEST 2019


From: Thanseerulhaq <thaq at marvell.com>

Signed-off-by: Thanseerulhaq <thaq at marvell.com>
---
 tests/TestSuite_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index 977da6e..c7b4b62 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -120,7 +120,7 @@ class TestVlan(TestCase):
             pkt.config_layer('ether', {'dst': self.dmac, 'src': self.smac})
             pkt.config_layer('vlan', {'vlan': vid})
 
-        pkt.send_pkt(tx_port=self.txItf)
+        pkt.send_pkt(tx_port=self.txItf, count=4)
 
     def set_up(self):
         """
-- 
1.8.3.1



More information about the dts mailing list