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

Commit 0281b1b5 authored by Charlie Boutier's avatar Charlie Boutier Committed by Gerrit Code Review
Browse files

Merge "PandoraServer: Fix binary path" into main

parents 967b1832 0450cf31
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@


      <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" />
      <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" />
      <option name="host-background-command"
      <option name="host-background-command"
        value="$EXTRA_FILE(host_testcases)/BumbleBluetoothTests/bumble_pandora_server --transport pyusb:8087:0036 --config $EXTRA_FILE(host_testcases)/BumbleBluetoothTests/bumble_config.json"/>
        value="$EXTRA_FILE(host_testcases)/BumbleBluetoothTestsPhy/bumble_pandora_server --transport pyusb:8087:0036 --config $EXTRA_FILE(host_testcases)/BumbleBluetoothTestsPhy/bumble_config.json"/>
      <option name="host-teardown-command" value="adb -s $SERIAL reverse --remove tcp:7999" />
      <option name="host-teardown-command" value="adb -s $SERIAL reverse --remove tcp:7999" />
    </target_preparer>
    </target_preparer>


@@ -39,7 +39,7 @@
        <option name="run-command" value="cmd bluetooth_manager wait-for-state:STATE_ON" />
        <option name="run-command" value="cmd bluetooth_manager wait-for-state:STATE_ON" />
    </target_preparer>
    </target_preparer>


    <option name="test-tag" value="BumbleBluetoothTests" />
    <option name="test-tag" value="BumbleBluetoothTestsPhy" />
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="android.bluetooth" />
        <option name="package" value="android.bluetooth" />
    </test>
    </test>