HomeSort by relevance Sort by last modified time
    Searched refs:_assert_equal (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/buffet_PrivetInfo/
buffet_PrivetInfo.py 10 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/
brillo_BootLoader.py 12 def _assert_equal(expected, actual): function
40 _assert_equal(2, self.num_slots)
103 _assert_equal(slot_number, self.get_current_slot())

Completed in 844 milliseconds