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:
parent
d6c6835f27
commit
9c8909de2a
1 changed files with 5 additions and 0 deletions
|
@ -8,5 +8,10 @@
|
|||
{
|
||||
"name": "libbpf_load_test"
|
||||
}
|
||||
],
|
||||
"imports": [
|
||||
{
|
||||
"path": "packages/modules/Connectivity"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue