mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
lf_snp_test.py : fixed time formatting on report
This commit is contained in:
@@ -922,7 +922,7 @@ class L3VariableTime(Realm):
|
||||
return endp_rx_map, endp_rx_drop_map
|
||||
|
||||
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))
|
||||
|
||||
def __compare_vals(self, old_list, new_list):
|
||||
passes = 0
|
||||
|
||||
Reference in New Issue
Block a user