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

Commit 7422ab7e authored by Connor O'Brien's avatar Connor O'Brien
Browse files

Add code coverage for boot VTS tests



Test: built and ran tests.
Bug: 32022514
Change-Id: Icec5738317ec3758f432fe0d4f80dd4b19be30ed
Signed-off-by: default avatarConnor O'Brien <connoro@google.com>
parent fe08f754
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
            _32bit::DATA/nativetest/boot_hidl_hal_test/boot_hidl_hal_test,
            _64bit::DATA/nativetest64/boot_hidl_hal_test/boot_hidl_hal_test,
            "/>
        <option name="test-config-path" value="vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
    </test>
+20 −0
Original line number Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [
        {
            "module_name": "system/lib64/hw/bootctrl.msm8996",
            "git_project": {
                "name": "platform/hardware/qcom/bootctrl",
                "path": "hardware/qcom/bootctrl"
            }
        },
        {
            "module_name": "system/lib64/hw/android.hardware.boot@1.0-impl",
            "git_project": {
                "name": "platform/hardware/interfaces",
                "path": "hardware/interfaces"
            }
        }
    ]
}