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

Commit 704cf5db authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

skip VR HAL test if there's no a::h::vr@ service process on a target

device

Test: make vts -j10 && vts-tradefed run commandAndExit vts
--skip-all-system-status-check --primary-abi-only --skip-preconditions
--module VrHidlTargetTest -l INFO

Change-Id: Ic4c8f6c6707269e64910e93b4601b9d43de01714
parent c591f88f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
            _32bit::DATA/nativetest/vr_hidl_hal_test/vr_hidl_hal_test,
            _64bit::DATA/nativetest64/vr_hidl_hal_test/vr_hidl_hal_test,
            "/>
        <option name="binary-test-type" value="gtest" />
        <option name="binary-test-type" value="hal_hidl_gtest" />
        <option name="hwbinder-service" value="android.hardware.vr" />
        <option name="test-timeout" value="1m" />
        <option name="test-config-path" value="vts/testcases/hal/vr/hidl/target/VrHidlTargetTest.config" />
</test>