Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/buffet_PrivetInfo/
Dbuffet_PrivetInfo.py10 def _assert_equal(expected, actual): function
61 _assert_equal(['p224_spake2'], authentication['crypto'])
62 _assert_equal(['anonymous', 'pairing'], authentication['mode'])
63 _assert_equal(['pinCode'], authentication['pairing'])
69 _assert_equal(5, len(info['modelManifestId']))
76 _assert_equal({'id': '', 'status': 'unconfigured'}, info['gcd'])
/external/autotest/server/site_tests/brillo_BootLoader/
Dbrillo_BootLoader.py12 def _assert_equal(expected, actual): function
40 _assert_equal(2, self.num_slots)
103 _assert_equal(slot_number, self.get_current_slot())