• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "testfiles": [
3    "test/*.uts",
4    "test/scapy/layers/*.uts",
5    "test/scapy/layers/tls/*.uts",
6    "test/contrib/*.uts",
7    "test/tools/*.uts",
8    "test/contrib/automotive/*.uts",
9    "test/contrib/automotive/obd/*.uts",
10    "test/contrib/automotive/scanner/*.uts",
11    "test/contrib/automotive/gm/*.uts",
12    "test/contrib/automotive/bmw/*.uts",
13    "test/contrib/automotive/xcp/*.uts",
14    "test/contrib/automotive/autosar/*.uts"
15  ],
16  "remove_testfiles": [
17    "test/windows.uts",
18    "test/bpf.uts"
19  ],
20  "breakfailed": true,
21  "onlyfailed": true,
22  "preexec": {
23    "test/contrib/*.uts": "load_contrib(\"%name%\")",
24    "test/scapy/layers/tls/*.uts": "load_layer(\"tls\")"
25  },
26  "kw_ko": [
27    "osx",
28    "windows",
29    "ipv6"
30  ]
31}
32