diff --git a/adb/Android.bp b/adb/Android.bp index 906c5e3c2..dabc5ce60 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -449,7 +449,7 @@ cc_test { test_suites: ["device-tests"], } -python_binary_host { +python_test_host { name: "adb_integration_test_adb", main: "test_adb.py", srcs: [ @@ -458,6 +458,8 @@ python_binary_host { libs: [ "adb_py", ], + test_config: "adb_integration_test_adb.xml", + test_suites: ["general-tests"], version: { py2: { enabled: true, diff --git a/adb/adb_integration_test_adb.xml b/adb/adb_integration_test_adb.xml new file mode 100644 index 000000000..e722956b8 --- /dev/null +++ b/adb/adb_integration_test_adb.xml @@ -0,0 +1,29 @@ + + + +