Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c4be970 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

TEST_MAPPING for FileIntegrityManager related files

Run on postsubmit first per policy.

Bug: 296465999
Test: TH
Change-Id: I40dab6d0d31ab3883613b3123d9dbc8ec9df185d
parent 322ea4c9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
{
    "postsubmit": [
        {
            "name": "CtsSecurityTestCases",
            "options": [
                {
                    "include-filter": "android.security.cts.FileIntegrityManagerTest"
                }
            ],
            "file_patterns": [
                "FileIntegrityManager\\.java",
                "IFileIntegrityService\\.aidl"
            ]
        }
    ]
}
+13 −0
Original line number Diff line number Diff line
{
    "postsubmit": [
        {
            "name": "CtsSecurityTestCases",
            "options": [
                {
                    "include-filter": "android.security.cts.FileIntegrityManagerTest"
                }
            ],
            "file_patterns": ["FileIntegrity[^/]*\\.java"]
        }
    ]
}