additions to L4Prof monitor, edits to logic of col names in L3 Monitor

This commit is contained in:
Dipti
2021-01-21 22:49:12 -08:00
committed by Jed Reynolds
parent 5df2dfb35d
commit 021b8ad306
2 changed files with 2 additions and 3 deletions

View File

@@ -1204,7 +1204,7 @@ class L3CXProfile(BaseProfile):
if self.debug:
print(old_cx_rx_values, new_cx_rx_values)
print("\n-----------------------------------")
print(curr_time)
print(t)
print("-----------------------------------\n")
expected_passes += 1
if self.__compare_vals(old_cx_rx_values, new_cx_rx_values):

View File

@@ -128,7 +128,6 @@ class IPV4L4(LFCliBase):
else:
self._fail("FAIL: Errors found getting to %s " % self.url, print_fail)
break
#interval_time = cur_time + datetime.timedelta(minutes=2)
if passes == expected_passes:
self._pass("PASS: All tests passes", print_pass)