From: mortenhillbom Date: Fri, 16 Feb 2018 02:06:55 +0000 (-0800) Subject: NFVBENCH-66 Fixed rate run with multiple frame sizes sends same tx/rx X-Git-Tag: 1.2.4~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d1db421698dd040d320f20c642010d3fa2627bf8;p=nfvbench.git NFVBENCH-66 Fixed rate run with multiple frame sizes sends same tx/rx results for all frame sizes Change-Id: I549c2504dfb95718ef60c82c4b20256fc5939c8c Signed-off-by: mortenhillbom --- diff --git a/nfvbench/summarizer.py b/nfvbench/summarizer.py index 0ff9c48..d8c761d 100644 --- a/nfvbench/summarizer.py +++ b/nfvbench/summarizer.py @@ -312,7 +312,7 @@ class NFVBenchSummarizer(Summarizer): if 'warning' in entry: continue self.__chain_analysis_summarize(*entry) - self.__record_send() + self.__record_send() def __chain_analysis_summarize(self, frame_size, analysis): self._put()