mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
lf_snp_test.py bug fixes
This commit is contained in:
@@ -919,7 +919,7 @@ class L3VariableTime(Realm):
|
|||||||
if value_name == 'rx drop %':
|
if value_name == 'rx drop %':
|
||||||
endp_rx_drop_map[item] = value_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):
|
def time_stamp(self):
|
||||||
return time.strftime('%Y_%m_%d_%H_%M_%S', time.localtime(self.epoch_time))
|
return time.strftime('%Y_%m_%d_%H_%M_%S', time.localtime(self.epoch_time))
|
||||||
|
|||||||
Reference in New Issue
Block a user