summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-24 16:32:02 -0400
committerJames E. King III <jking@apache.org>2018-04-05 10:25:19 -0400
commit6f8c99e98170dcd4f311e755b79f7013868c64c5 (patch)
tree0d8a7a41c707815ed86d624bf81be5317a70185b /test/tests.json
parenta0cf38ed312a5342eb05574719485b725fa52eee (diff)
downloadthrift-6f8c99e98170dcd4f311e755b79f7013868c64c5.tar.gz
THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/tests.json b/test/tests.json
index 4641f223b..ed38fea3b 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -64,7 +64,7 @@
"server": {
"command": [
"thrift_test_server",
- "--trace"
+ "--trace"
]
},
"client": {
@@ -254,7 +254,8 @@
},
"transports": [
"buffered",
- "framed"
+ "framed",
+ "http"
],
"sockets": [
"ip",
@@ -292,11 +293,12 @@
},
"transports": [
"buffered",
- "framed"
+ "framed",
+ "http"
],
"sockets": [
- "ip-ssl",
- "ip"
+ "ip",
+ "ip-ssl"
],
"protocols": [
"compact",