mirror of https://github.com/secdev/scapy.git
24 lines
462 B
Plaintext
24 lines
462 B
Plaintext
{
|
|
"testfiles": [
|
|
"test/*.uts",
|
|
"scapy/contrib/*.uts"
|
|
],
|
|
"remove_testfiles": [
|
|
"test/linux.uts",
|
|
"test/mock_windows.uts"
|
|
],
|
|
"onlyfailed": true,
|
|
"preexec": {
|
|
"scapy/contrib/*.uts": "load_contrib(\"%name%\")",
|
|
"test/cert.uts": "load_layer(\"tls\")",
|
|
"test/sslv2.uts": "load_layer(\"tls\")",
|
|
"test/tls*.uts": "load_layer(\"tls\")"
|
|
},
|
|
"format": "text",
|
|
"kw_ko": [
|
|
"linux",
|
|
"crypto_advanced",
|
|
"ipv6"
|
|
]
|
|
}
|