test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH V1]] Correct code error
@ 2018-01-16 12:12 wang fei
  0 siblings, 0 replies; only message in thread
From: wang fei @ 2018-01-16 12:12 UTC (permalink / raw)
  To: dts; +Cc: wang fei

For next branch, corrected code editing error

Signed-off-by: wang fei <feix.y.wang@intel.com>
---
 framework/pktgen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pktgen.py b/framework/pktgen.py
index 9e052c8..ca4ba7c 100644
--- a/framework/pktgen.py
+++ b/framework/pktgen.py
@@ -362,7 +362,7 @@ class TrexPacketGenerator(PacketGenerator):
 
             vm = self.create_vm(ip_src_range, ip_dst_range, action=ip['action'], step=step_temp[3])
 
-            stl_stream = self.trex_streampacket(self.trex_pkt_builder(pkt=pcap_file, vm=vm), mode=self.trex_tx_count(percentage=100)) 
+            stl_stream = self.trex_stream(packet=self.trex_pkt_builder(pkt=pcap_file, vm=vm), mode=self.trex_tx_count(percentage=100))
 
             self._transmit_streams[stream_id] = stl_stream
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-16  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-16 12:12 [dts] [DTS][PATCH V1]] Correct code error wang fei

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).