From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B314E2B89 for ; Wed, 26 Jul 2017 04:36:47 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 25 Jul 2017 19:36:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="112013699" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by orsmga004.jf.intel.com with ESMTP; 25 Jul 2017 19:36:46 -0700 From: Marvin Liu To: dts@dpdk.org Cc: Marvin Liu Date: Tue, 25 Jul 2017 22:34:38 -0400 Message-Id: <1501036478-38975-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] framework etgen: fix typo issue X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 02:36:48 -0000 Signed-off-by: Marvin Liu 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