mirror of https://github.com/secdev/scapy.git
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
|
{
|
||
|
"testfiles": [
|
||
|
"test\\*.uts",
|
||
|
"scapy\\contrib\\*.uts"
|
||
|
],
|
||
|
"onlyfailed": true,
|
||
|
"preexec": {
|
||
|
"scapy\\contrib\\*.uts": "load_contrib(\"%name%\")"
|
||
|
},
|
||
|
"format": "text",
|
||
|
"kw_ko": [
|
||
|
"combined_modes_ccm"
|
||
|
]
|
||
|
}
|