• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "testfiles": [
3    "*.uts",
4    "scapy\\layers\\*.uts",
5    "scapy\\layers\\tls\\*.uts",
6    "contrib\\automotive\\obd\\*.uts",
7    "contrib\\automotive\\gm\\*.uts",
8    "contrib\\automotive\\bmw\\*.uts",
9    "contrib\\automotive\\*.uts",
10    "contrib\\automotive\\autosar\\*.uts",
11    "contrib\\*.uts"
12  ],
13  "remove_testfiles": [
14    "bpf.uts",
15    "linux.uts"
16  ],
17  "breakfailed": true,
18  "onlyfailed": true,
19  "preexec": {
20    "contrib\\*.uts": "load_contrib(\"%name%\")",
21    "scapy\\layers\\tls\\*.uts": "load_layer(\"tls\")"
22  },
23  "format": "html",
24  "kw_ko": [
25    "osx",
26    "linux",
27    "broken_windows",
28    "crypto_advanced",
29    "mock_read_routes_bsd",
30    "appveyor_only",
31    "open_ssl_client",
32    "vcan_socket",
33    "ipv6",
34    "manufdb",
35    "tcpdump",
36    "tap",
37    "tun",
38    "tshark"
39  ]
40}
41