Home | History | Annotate | Download | only in configs
      1 {
      2   "testfiles": [
      3     "test\\*.uts",
      4     "scapy\\contrib\\*.uts"
      5   ],
      6   "onlyfailed": true,
      7   "preexec": {
      8     "scapy\\contrib\\*.uts": "load_contrib(\"%name%\")",
      9     "test\\cert.uts": "load_layer(\"tls\")",
     10     "test\\sslv2.uts": "load_layer(\"tls\")",
     11     "test\\tls*.uts": "load_layer(\"tls\")"
     12   },
     13   "format": "text",
     14   "kw_ko": [
     15     "crypto_advanced",
     16     "ipv6",
     17     "osx",
     18     "linux"
     19   ]
     20 }
     21