Home
last modified time | relevance | path

Searched refs:got_list (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/cellular/
Dsms.py112 def compare_list(self, expected_list, got_list): argument
113 if len(expected_list) != len(got_list):
116 for (expected,got) in zip(expected_list, got_list):