scapy/test/configs/windows2.utsc

21 lines
413 B
Plaintext
Raw Normal View History

2017-03-05 00:51:00 +00:00
{
"testfiles": [
"*.uts",
"..\\scapy\\contrib\\*.uts"
],
"onlyfailed": true,
"preexec": {
2017-08-20 01:17:04 +00:00
"..\\scapy\\contrib\\*.uts": "load_contrib(\"%name%\")",
"cert.uts": "load_layer(\"tls\")",
"sslv2.uts": "load_layer(\"tls\")",
"tls*.uts": "load_layer(\"tls\")"
2017-03-05 00:51:00 +00:00
},
"format": "html",
"kw_ko": [
"crypto_advanced",
2017-07-22 16:06:32 +00:00
"mock_read_routes6_bsd",
"appveyor_only",
"linux"
2017-03-05 00:51:00 +00:00
]
}