mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
test_l3_WAN_LAN: static method was not static
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -88,7 +88,8 @@ class VRTest(LFCliBase):
|
||||
cx_rx_map[item] = value_rx
|
||||
return cx_rx_map
|
||||
|
||||
def __compare_vals(self, old_list, new_list):
|
||||
@staticmethod
|
||||
def __compare_vals(old_list, new_list):
|
||||
passes = 0
|
||||
expected_passes = 0
|
||||
if len(old_list) == len(new_list):
|
||||
|
||||
Reference in New Issue
Block a user