blob: 5eb1da0e5eb7a3ff5a1446752a2b4bd152f1458a [file] [log] [blame]
AUTHOR = "Chrome OS Team"
NAME = "platform_DMVerityCorruption"
PURPOSE = "Ensure dm-verity fails on failed integrity checks or integrity data"
CRITERIA = """
dm-verity should cause errors to be generated. On test builds, it should return IO errors on bad data.
"""
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "Platform"
TEST_TYPE = "client"
JOB_RETRIES = 2
ATTRIBUTES = "suite:bvt-inline"
SUITE = "bvt-inline"
DOC = """
Ensures the dm-verity module is properly failing on invalid data
"""
job.run_test('platform_DMVerityCorruption')