From 75fea7ec3b66ac3d19e2518dbb76d002121da5fa Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Wed, 8 Aug 2018 12:08:50 -0700 Subject: [PATCH] Add adb integration test to general-tests In order to run them continuously, add them to general-test zip. Test: make general-tests Bug: 112104122 Change-Id: I7a1143ac638626069ed78ddd450063e9489e22e8 --- adb/Android.bp | 4 +++- adb/adb_integration_test_adb.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 adb/adb_integration_test_adb.xml 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 @@ + + + +