From 9c8909de2a751e829c156e7b3824336fabd36c65 Mon Sep 17 00:00:00 2001 From: Junyu Lai Date: Wed, 20 Jul 2022 11:23:08 +0800 Subject: [PATCH] Make system/bpf changes trigger connectivity CTS tests in presubmit 1. The TEST_MAPPING file should be inside bpf folder to be triggered on any system/bpf change. 2. It should include Connectivity module to run connectivity CTS tests on any change. Test: TH Fix: 235927729 Change-Id: I00149bf8a278853efdd2fcda4bcfb56398a73687 --- libbpf_android/TEST_MAPPING => TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) rename libbpf_android/TEST_MAPPING => TEST_MAPPING (65%) diff --git a/libbpf_android/TEST_MAPPING b/TEST_MAPPING similarity index 65% rename from libbpf_android/TEST_MAPPING rename to TEST_MAPPING index b6a940b..6a65edc 100644 --- a/libbpf_android/TEST_MAPPING +++ b/TEST_MAPPING @@ -8,5 +8,10 @@ { "name": "libbpf_load_test" } + ], + "imports": [ + { + "path": "packages/modules/Connectivity" + } ] }