You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
304 B
15 lines
304 B
7 months ago
|
{
|
||
|
"testfiles": [
|
||
|
"*.uts",
|
||
|
"../scapy/contrib/*.uts"
|
||
|
],
|
||
|
"onlyfailed": true,
|
||
|
"preexec": {
|
||
|
"../scapy/contrib/*.uts": "load_contrib(\"%name%\")",
|
||
|
"cert.uts": "load_layer(\"tls\")",
|
||
|
"sslv2.uts": "load_layer(\"tls\")",
|
||
|
"tls*.uts": "load_layer(\"tls\")"
|
||
|
},
|
||
|
"format": "text"
|
||
|
}
|