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

Commit 7efc8cbf authored by Qiao Yang's avatar Qiao Yang Committed by Gerrit Code Review
Browse files

Merge "BumbleBluetoothTests: move to general-tests"

parents f1f17346 f5c21b9f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ android_test_helper_app {

    platform_apis: true,
    test_suites: [
        "device-tests",
        "general-tests",
    ],
}

@@ -49,12 +49,13 @@ java_test_host {
    ],

    data: [
        ":BumbleBluetoothTestsApp"
        ":BumbleBluetoothTestsApp",
        ":bumble_pandora_server"
    ],

    required: ["bumble_pandora_server"],

    test_suites: [
        "device-tests",
        "general-tests",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
      <option name="python-virtualenv" value="true"/>
      <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" />
      <option name="host-background-command"
        value="$EXTRA_FILE(host_testcases)/bumble_pandora_server/x86_64/bumble_pandora_server"/>
        value="$EXTRA_FILE(host_testcases)/BumbleBluetoothTests/bumble_pandora_server"/>
      <option name="host-teardown-command" value="adb -s $SERIAL reverse --remove tcp:7999" />
    </target_preparer>