From 3e1765473ea30e2e4f282317132138f3012a92cf Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Wed, 18 Jan 2023 20:53:29 +0000 Subject: [PATCH] Add tetheroffload VTS to general-tests Also add it to TEST_MAPPING so it's run in presubmits. Test: na Bug: 205762647 Change-Id: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317 (cherry picked from commit b9b0aa4878a1d34b879017852609fbab70db4236) Merged-In: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317 --- tetheroffload/aidl/TEST_MAPPING | 7 +++++++ tetheroffload/aidl/vts/functional/Android.bp | 1 + 2 files changed, 8 insertions(+) create mode 100644 tetheroffload/aidl/TEST_MAPPING diff --git a/tetheroffload/aidl/TEST_MAPPING b/tetheroffload/aidl/TEST_MAPPING new file mode 100644 index 0000000000..c6d4c0735b --- /dev/null +++ b/tetheroffload/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit" : [ + { + "name": "VtsHalTetheroffloadTargetTest" + } + ] +} diff --git a/tetheroffload/aidl/vts/functional/Android.bp b/tetheroffload/aidl/vts/functional/Android.bp index c9c184568d..74edab0981 100644 --- a/tetheroffload/aidl/vts/functional/Android.bp +++ b/tetheroffload/aidl/vts/functional/Android.bp @@ -19,6 +19,7 @@ cc_test { "libgmock_ndk", ], test_suites: [ + "general-tests", "vts", ], }