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

Commit 7f2d9700 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

BumbleBluetoothTests: forward vsock instead of tcp

Test: atest BumbleBluetoothTests:android.bluetooth.DckTest
Bug: 303302417
Change-Id: I70d4b0654d1691addc02dcb81efc4ede3c51b86d
parent f84c1c74
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
    <target_preparer class="com.android.tradefed.targetprep.RunHostCommandTargetPreparer">
      <option name="python-virtualenv" value="true"/>

      <option name="host-setup-command" value="adb -s $SERIAL forward tcp:6211 tcp:6211" />
      <option name="host-background-command" value="adb -s $SERIAL shell nc -L -p 6211 nc 192.168.97.1 7300" />
      <option name="host-setup-command" value="adb -s $SERIAL forward tcp:6211 vsock:2:7300" />
      <option name="host-teardown-command" value="adb -s $SERIAL forward --remove tcp:6211" />

      <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" />