test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework etgen: fix typo issue
@ 2017-07-26  2:34 Marvin Liu
  0 siblings, 0 replies; only message in thread
From: Marvin Liu @ 2017-07-26  2:34 UTC (permalink / raw)
  To: dts; +Cc: Marvin Liu

Signed-off-by: Marvin Liu <yong.liu@intel.com>

diff --git a/framework/etgen.py b/framework/etgen.py
index a3ed9a0..b3a5931 100644
--- a/framework/etgen.py
+++ b/framework/etgen.py
@@ -628,7 +628,7 @@ class IxiaPacketGenerator(SSHConnection):
         for port in rxPortlist:
             self.start_pktGroup(self.pci_to_port(self.tester.get_pci(port)))
 
-    def hook_transmissoin_func(self):
+    def hook_transmission_func(self):
         pass
 
     def get_transmission_results(self, rx_port_list, tx_port_list, delay=5):
@@ -653,7 +653,7 @@ class IxiaPacketGenerator(SSHConnection):
         self.logger.info("Rate: %f Mpps" % (rate * 1.0 / 1000000))
         self.logger.info("Mbps rate: %f Mbps" % (bpsRate * 1.0 / 1000000))
 
-        self.hook_transmissoin_func()
+        self.hook_transmission_func()
 
         self.send_expect("ixStopTransmit portList", "%", 30)
 
-- 
1.9.3

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

only message in thread, other threads:[~2017-07-26  2:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26  2:34 [dts] [PATCH] framework etgen: fix typo issue Marvin Liu

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