Nobuaki Sukegawa | 378b727 | 2016-01-03 17:04:50 +0900 | [diff] [blame^] | 1 | [ |
| 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 | ] |