test_l3_WAN_LAN: static method was not static

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 16:28:13 -08:00
parent d92d6f8e84
commit ed7d716462

View File

@@ -88,7 +88,8 @@ class VRTest(LFCliBase):
cx_rx_map[item] = value_rx cx_rx_map[item] = value_rx
return cx_rx_map return cx_rx_map
def __compare_vals(self, old_list, new_list): @staticmethod
def __compare_vals(old_list, new_list):
passes = 0 passes = 0
expected_passes = 0 expected_passes = 0
if len(old_list) == len(new_list): if len(old_list) == len(new_list):