Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 1 | { |
| 2 | "client": [ |
| 3 | { |
| 4 | "description": "Python TestClient", |
| 5 | "lib": "py", |
| 6 | "executable": "py/TestClient.py", |
| 7 | "extra_args": ["--genpydir=py/gen-py"], |
| 8 | "protocols": [ |
| 9 | "binary", |
| 10 | "compact", |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 11 | "json", |
| 12 | "accel" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 13 | ], |
| 14 | "transports": [ |
| 15 | "buffered", |
| 16 | "framed" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 17 | ], |
| 18 | "sockets": [ |
| 19 | "ip", |
| 20 | "ip-ssl" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 21 | ], |
| 22 | "platform": [ |
| 23 | "Linux" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 24 | ] |
| 25 | }, |
| 26 | { |
| 27 | "description": "C++ TestClient", |
| 28 | "lib": "cpp", |
| 29 | "executable": "cpp/TestClient", |
| 30 | "protocols": [ |
| 31 | "binary", |
| 32 | "compact", |
| 33 | "json" |
| 34 | ], |
| 35 | "transports": [ |
| 36 | "buffered", |
| 37 | "framed", |
| 38 | "http" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 39 | ], |
| 40 | "sockets": [ |
| 41 | "ip", |
cdwijayarathna | 3f67978 | 2014-07-09 14:00:33 +0530 | [diff] [blame] | 42 | "ip-ssl", |
| 43 | "domain" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 44 | ], |
| 45 | "platform": [ |
| 46 | "Linux" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 47 | ] |
| 48 | }, |
| 49 | { |
| 50 | "description": "Nodejs TestClient", |
| 51 | "lib": "nodejs", |
| 52 | "executable": "../lib/nodejs/test/client.js", |
| 53 | "protocols": [ |
| 54 | "binary", |
| 55 | "compact", |
| 56 | "json" |
| 57 | ], |
| 58 | "transports": [ |
| 59 | "buffered", |
| 60 | "framed" |
| 61 | ], |
| 62 | "sockets": [ |
| 63 | "ip", |
| 64 | "ip-ssl" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 65 | ], |
| 66 | "platform": [ |
| 67 | "Linux" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 68 | ] |
| 69 | }, |
| 70 | { |
| 71 | "description": "Ruby TestClient", |
| 72 | "lib": "ruby", |
| 73 | "executable": "rb/integration/TestClient.rb", |
| 74 | "protocols": [ |
| 75 | "binary", |
| 76 | "compact", |
| 77 | "json", |
| 78 | "accel" |
| 79 | ], |
| 80 | "transports": [ |
| 81 | "buffered", |
| 82 | "framed" |
| 83 | ], |
| 84 | "sockets": [ |
| 85 | "ip" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 86 | ], |
| 87 | "platform": [ |
| 88 | "Linux" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 89 | ] |
| 90 | } |
| 91 | ], |
| 92 | "server": [ |
| 93 | { |
| 94 | "description": "Python TSimpleServer", |
| 95 | "lib": "py", |
| 96 | "executable": "py/TestServer.py", |
| 97 | "extra_args": ["--genpydir=py/gen-py", "TSimpleServer"], |
| 98 | "extra_delay": 0, |
| 99 | "protocols": [ |
| 100 | "binary", |
| 101 | "compact", |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 102 | "json", |
| 103 | "accel" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 104 | ], |
| 105 | "transports": [ |
| 106 | "buffered", |
| 107 | "framed" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 108 | ], |
| 109 | "sockets": [ |
| 110 | "ip", |
| 111 | "ip-ssl" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 112 | ], |
| 113 | "platform": [ |
| 114 | "Linux" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 115 | ] |
| 116 | }, |
| 117 | { |
| 118 | "description": "C++ TestServer", |
| 119 | "lib": "cpp", |
| 120 | "executable": "cpp/TestServer", |
| 121 | "protocols": [ |
| 122 | "binary", |
| 123 | "compact", |
| 124 | "json" |
| 125 | ], |
| 126 | "transports": [ |
| 127 | "buffered", |
| 128 | "framed", |
| 129 | "http" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 130 | ], |
| 131 | "sockets": [ |
| 132 | "ip", |
cdwijayarathna | 3f67978 | 2014-07-09 14:00:33 +0530 | [diff] [blame] | 133 | "ip-ssl", |
| 134 | "domain" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 135 | ], |
| 136 | "platform": [ |
| 137 | "Linux" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 138 | ] |
| 139 | }, |
| 140 | { |
| 141 | "description": "Ruby TestServer", |
| 142 | "lib": "ruby", |
| 143 | "executable": "rb/integration/TestServer.rb", |
| 144 | "protocols": [ |
| 145 | "binary", |
| 146 | "compact", |
| 147 | "json", |
| 148 | "accel" |
| 149 | ], |
| 150 | "transports": [ |
| 151 | "buffered", |
| 152 | "framed" |
| 153 | ], |
| 154 | "sockets": [ |
| 155 | "ip" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 156 | ], |
| 157 | "platform": [ |
| 158 | "Linux" |
Roger Meier | 32f3982 | 2014-06-18 22:43:17 +0200 | [diff] [blame] | 159 | ] |
| 160 | }, |
| 161 | { |
| 162 | "description": "Nodejs TestServer", |
| 163 | "lib": "nodejs", |
| 164 | "executable": "../lib/nodejs/test/server.js", |
| 165 | "protocols": [ |
| 166 | "binary", |
| 167 | "compact", |
| 168 | "json" |
| 169 | ], |
| 170 | "transports": [ |
| 171 | "buffered", |
| 172 | "framed" |
| 173 | ], |
| 174 | "sockets": [ |
| 175 | "ip", |
| 176 | "ip-ssl" |
cdwijayarathna | 75eb2a3 | 2014-07-28 21:54:56 +0530 | [diff] [blame^] | 177 | ], |
| 178 | "platform": [ |
| 179 | "Linux" |
Roger Meier | 40cc232 | 2014-06-11 11:09:14 +0200 | [diff] [blame] | 180 | ] |
| 181 | } |
| 182 | ] |
| 183 | } |