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

Commit 62990d4d authored by David Duarte's avatar David Duarte
Browse files

FrameworkBluetoothTests: Set an accessible test-filter-dir

Test: Set exclude filters in TEST_MAPPING
Change-Id: Ic197f4d5eae231c4f85057beb4304cc4348b4ff7
parent a4a52e1d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@

    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="com.android.framework.bluetooth.tests" />
        <!-- 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 app cache folder for filter -->
        <option name="test-filter-dir" value="/data/data/com.android.bluetooth/cache" />
        <option name="hidden-api-checks" value="false"/>
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner"/>
    </test>