Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py33 self.mod_and_test(self.mod_nothing, 1, True)
36 self.mod_and_test(self.mod_zerofill_block, self.image_blocks, False)
41 self.mod_and_test(self.mod_Afill_hash_block, hash_blocks, False)
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py56 self.mod_and_test(self.mod_tweak_block, self.image_blocks, False)
61 self.mod_and_test(self.mod_tweak_hash_block, hash_blocks, False)
/external/autotest/client/cros/
Dverity_utils.py266 def mod_and_test(self, modifier, count, expected): member in VerityImageTest