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.
21 lines
402 B
21 lines
402 B
{
|
|
"testfiles": [
|
|
"test\\*.uts",
|
|
"scapy\\contrib\\*.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": [
|
|
"crypto_advanced",
|
|
"ipv6",
|
|
"osx",
|
|
"linux"
|
|
]
|
|
}
|