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

Commit 846dc078 authored by Keun Soo Yim's avatar Keun Soo Yim Committed by Android (Google) Code Review
Browse files

Merge "Use the feature-based precondition checking for VR Test."

parents f24b37b6 41249c1f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -25,9 +25,11 @@
            _64bit::DATA/nativetest64/vr_hidl_hal_test/vr_hidl_hal_test,
            "/>
        <option name="binary-test-type" value="hal_hidl_gtest" />
        <option name="hwbinder-service" value="android.hardware.vr" />
        <!-- Uncomment this and comment 'precondition-feature' to run this test
             only on devices using binderized VR HALs.
        <option name="precondition-hwbinder-service" value="android.hardware.vr" /> -->
        <option name="precondition-feature" value="android.hardware.vr.high_performance" />
        <option name="test-timeout" value="1m" />
        <option name="test-config-path" value="vts/testcases/hal/vr/hidl/target/VrHidlTargetTest.config" />
</test>
</configuration>