scapy/test/configs/windows.utsc

21 lines
402 B
Plaintext
Raw Normal View History

2017-03-05 00:51:00 +00:00
{
"testfiles": [
"test\\*.uts",
"scapy\\contrib\\*.uts"
],
"onlyfailed": true,
"preexec": {
2017-08-20 01:17:04 +00:00
"scapy\\contrib\\*.uts": "load_contrib(\"%name%\")",
"test\\cert.uts": "load_layer(\"tls\")",
"test\\sslv2.uts": "load_layer(\"tls\")",
"test\\tls*.uts": "load_layer(\"tls\")"
2017-03-05 00:51:00 +00:00
},
"format": "text",
"kw_ko": [
2017-07-19 16:53:30 +00:00
"crypto_advanced",
"ipv6",
"osx",
"linux"
2017-03-05 00:51:00 +00:00
]
}