blob: 0836309cb2d40411c0ca0d30485e898344f320c6 [file] [log] [blame]
Nobuaki Sukegawa378b7272016-01-03 17:04:50 +09001[
2 {
3 "description": "THeader detects unframed binary wire format",
4 "name": "theader_unframed_binary",
5 "command": [
6 "python",
7 "theader_binary.py"
8 ],
9 "protocols": ["header"],
10 "transports": ["buffered"],
11 "sockets": ["ip"],
12 "workdir": "features"
13 },
14 {
15 "description": "THeader detects framed binary wire format",
16 "name": "theader_framed_binary",
17 "command": [
18 "python",
19 "theader_binary.py",
20 "--override-transport=framed"
21 ],
22 "protocols": ["header"],
23 "transports": ["buffered"],
24 "sockets": ["ip"],
25 "workdir": "features"
26 }
27]