blob: 0836309cb2d40411c0ca0d30485e898344f320c6 [file] [log] [blame]
[
{
"description": "THeader detects unframed binary wire format",
"name": "theader_unframed_binary",
"command": [
"python",
"theader_binary.py"
],
"protocols": ["header"],
"transports": ["buffered"],
"sockets": ["ip"],
"workdir": "features"
},
{
"description": "THeader detects framed binary wire format",
"name": "theader_framed_binary",
"command": [
"python",
"theader_binary.py",
"--override-transport=framed"
],
"protocols": ["header"],
"transports": ["buffered"],
"sockets": ["ip"],
"workdir": "features"
}
]