summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 095fa7d4632bebf04c9bf6aa378abdc201a4ab60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "presubmit": [
        { "name": "libnetdbpf_test" },
        { "name": "netd_integration_test" },
        { "name": "netd_unit_test" },
        { "name": "netdclient_test" },
        { "name": "netdutils_test" }
    ],
    "postsubmit": [
        { "name": "libnetdbpf_test",
          "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]},
        { "name": "netd_integration_test",
          "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]},
        { "name": "netd_unit_test",
          "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]}
    ],
    "imports": [
        { "path": "packages/modules/DnsResolver" }
    ]
}