You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
678 B
21 lines
678 B
{
|
|
"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" }
|
|
]
|
|
}
|