Home
last modified time | relevance | path

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

/external/avb/test/
Dat_auth_unlock_unittest.py332 def testUnlockWithZipArchive(self, mock_subp_check_output): argument
334 mock_subp_check_output.side_effect = makeFastbootCommandFake(self)
336 self.assertNotEqual(mock_subp_check_output.call_count, 0)
339 def testUnlockDeviceBySerial(self, mock_subp_check_output): argument
342 mock_subp_check_output.side_effect = makeFastbootCommandFake(
345 self.assertNotEqual(mock_subp_check_output.call_count, 0)
348 def testUnlockWithIndividualFiles(self, mock_subp_check_output): argument
349 mock_subp_check_output.side_effect = makeFastbootCommandFake(self)
355 self.assertNotEqual(mock_subp_check_output.call_count, 0)
358 def testFastbootError(self, mock_subp_check_output): argument
[all …]