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

Tu, Lijuan lijuan.tu at intel.com
Sat Oct 12 07:52:36 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> pvukkisala at marvell.com
> Sent: Tuesday, October 1, 2019 8:46 PM
> To: dts at dpdk.org
> Cc: avijay at marvell.com; fmasood at marvell.com; Phanendra Vukkisala
> <pvukkisala at marvell.com>
> Subject: [dts] [PATCH] tx_preparation: support vector in this test
> 
> 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