Searched refs:mod_and_test (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 33 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/ |
D | platform_DMVerityBitCorruption.py | 56 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/ |
D | verity_utils.py | 266 def mod_and_test(self, modifier, count, expected): member in VerityImageTest
|