lf_snp_test.py bug fixes

This commit is contained in:
Chuck SmileyRekiere
2021-04-20 14:06:22 -06:00
parent 991421a245
commit 840af77bf3

View File

@@ -919,7 +919,7 @@ class L3VariableTime(Realm):
if value_name == 'rx drop %':
endp_rx_drop_map[item] = value_rx_drop
return endp_rx_map, endp_rx_drop_map
return endp_rx_map, endp_rx_drop_map, endps, total_dl, total_ul
def time_stamp(self):
return time.strftime('%Y_%m_%d_%H_%M_%S', time.localtime(self.epoch_time))