[dts] [PATCH] tx_preparation: support vector in this test

pvukkisala at marvell.com pvukkisala at marvell.com
Tue Oct 1 14:46:09 CEST 2019


From: Phanendra Vukkisala <pvukkisala at marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
---
 tests/TestSuite_tx_preparation.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_tx_preparation.py b/tests/TestSuite_tx_preparation.py
index ba0aac7..6d12724 100644
--- a/tests/TestSuite_tx_preparation.py
+++ b/tests/TestSuite_tx_preparation.py
@@ -139,7 +139,7 @@ class TestTX_preparation(TestCase):
         for packet_type in pkts.keys():
             self.start_tcpdump(self.tester_intf)
             self.tester.scapy_append(
-                'sendp([%s], iface="%s")' % (pkts[packet_type], self.tester_intf))
+                'sendp([%s], iface="%s", count=4)' % (pkts[packet_type], self.tester_intf))
             self.tester.scapy_execute()
             out = self.get_tcpdump_package()
             if packet_type == 'IPv6/cksum UDP':
-- 
1.7.9.5



More information about the dts mailing list