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

Commit c8e89bb3 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "BluetoothInstrumentationTests: Use an existing directory as test-filter-dir"

parents 425a72d9 4aa80106
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -35,7 +35,11 @@
    <option name="test-tag" value="BluetoothInstrumentationTests" />
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="com.android.bluetooth.tests" />
        <option name="test-filter-dir" value="/data/data/{PACKAGE}/cache" />
        <!-- include and exclude filters go into /data/local/tmp/ajur/ by default
             However it's prohibited for access by system uid packages.
             So instead we use the test data folder for filter. This is applicable
             here as we are root. -->
        <option name="test-filter-dir" value="/data/data/com.android.bluetooth.tests" />
        <option name="hidden-api-checks" value="false"/>
    </test>