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
This commit is contained in:
Junyu Lai 2022-07-20 11:23:08 +08:00
parent d6c6835f27
commit 9c8909de2a

View file

@ -8,5 +8,10 @@
{
"name": "libbpf_load_test"
}
],
"imports": [
{
"path": "packages/modules/Connectivity"
}
]
}