This patch adds the fix
Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org>
Change-Id: Iee914ac737d088bd06bf8e762e9c6c588bc0b03e
self._stlclient = None
self._verification_params = None
self._show_packet_data = False
- self.trial_results = []
+ self.trial_results = {}
def show_packet_info(self, packet_a, packet_b):
"""
return stats
- @staticmethod
- def calculate_results(stats):
+ # @staticmethod
+ def calculate_results(self, stats):
"""Calculate results from Trex statistic
"""
result = OrderedDict()