• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "testfiles": [
3    "test/contrib/macsec.uts",
4    "test/scapy/layers/dot11.uts",
5    "test/scapy/layers/ipsec.uts",
6    "test/scapy/layers/kerberos.uts",
7    "test/scapy/layers/msnrpc.uts",
8    "test/scapy/layers/tls/cert.uts",
9    "test/scapy/layers/tls/tls*.uts"
10  ],
11  "breakfailed": true,
12  "onlyfailed": true,
13  "preexec": {
14    "test/contrib/*.uts": "load_contrib(\"%name%\")",
15    "test/scapy/layers/tls/*.uts": "load_layer(\"tls\")"
16  },
17  "kw_ko": [
18    "mock",
19    "needs_root"
20  ]
21}
22