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

Commit fe08f754 authored by Connor O'Brien's avatar Connor O'Brien
Browse files

Add code coverage for power VTS tests



Bug: 32022775
Test: Built and ran tests
Change-Id: If8962d3cac793617e009c429c1c1937ba5073808
Signed-off-by: default avatarConnor O'Brien <connoro@google.com>
parent ff40e1f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
            _32bit::DATA/nativetest/power_hidl_hal_test/power_hidl_hal_test,
            _64bit::DATA/nativetest64/power_hidl_hal_test/power_hidl_hal_test,
            "/>
        <option name="test-config-path" value="vts/testcases/hal/power/hidl/target/HalPowerHidlTargetTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
    </test>
+34 −0
Original line number Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [
        {
            "module_name": "system/lib64/hw/power.bullhead",
            "git_project": {
                "name": "device/lge/bullhead",
                "path": "device/lge/bullhead"
            }
        },
        {
            "module_name": "system/lib64/hw/power.marlin",
            "git_project": {
                "name": "device/google/marlin",
                "path": "device/google/marlin"
            }
        },
        {
            "module_name": "system/lib64/hw/power.sailfish",
            "git_project": {
                "name": "device/google/marlin",
                "path": "device/google/marlin"
            }
        },
        {
            "module_name": "system/lib64/hw/android.hardware.power@1.0-impl",
            "git_project": {
                "name": "platform/hardware/interfaces",
                "path": "hardware/interfaces"
            }
        }
    ]
}