aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@users.noreply.github.com>2015-12-14 21:46:52 -0800
committerGravatar jboeuf <jboeuf@users.noreply.github.com>2015-12-14 21:46:52 -0800
commit633d9ad914d94db7adb945b190bf9166ec7e5f2f (patch)
tree9be7c83af8c0e4a27f2f058cfcb7e6e8031ad52a /tools/run_tests/tests.json
parentc482945ba7407de52ac94a7e85599b1398dcb43d (diff)
parent3a186e70c57d4be812435c29c54d0cd9fa49df5c (diff)
Merge pull request #4444 from ctiller/ssl-bad-con
Add tests for failed SSL connections: bad cert, and bad alpn config
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r--tools/run_tests/tests.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index b43cc62845..5f75accbee 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -18427,5 +18427,37 @@
"posix",
"windows"
]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
+ "name": "bad_ssl_alpn_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
+ "name": "bad_ssl_cert_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
}
]