Home
last modified time | relevance | path

Searched refs:expected_list (Results 1 – 3 of 3) 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):
148 def test_list(self, expected_list): argument
150 if self.compare_list(expected_list, sms_list) == False:
151 logging.info('Got %s, expected %s' % (sms_list, expected_list))
/external/minijail/test/
Dlibminijail_test.cpp67 bool check_groups(size_t expected_size, gid_t* expected_list) { in check_groups() argument
82 if (expected_list[i] == actual_list[j]) { in check_groups()
89 LOG(ERROR) << "Expected GID " << expected_list[i] << " not found."; in check_groups()
/external/autotest/site_utils/
Dgs_offloader_unittest.py1334 def _run_get_directories(self, cls, expected_list): argument
1343 self.assertEqual(set(dirlist), set(expected_list))