summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2020-04-21 15:14:21 +0200
committerJose <jose@zeroc.com>2020-04-21 15:15:32 +0200
commit7c0e7e69b80258979dff7f2d1432e9062065c439 (patch)
treedba0c1b067926f61ff62545d41cf94044789e93a /python
parentFix NuGet package version (diff)
downloadice-7c0e7e69b80258979dff7f2d1432e9062065c439.tar.bz2
ice-7c0e7e69b80258979dff7f2d1432e9062065c439.tar.xz
ice-7c0e7e69b80258979dff7f2d1432e9062065c439.zip
Disable IceSSL with python/Ice/blobject - Close #810
Diffstat (limited to 'python')
-rw-r--r--python/test/Ice/blobject/test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/test/Ice/blobject/test.py b/python/test/Ice/blobject/test.py
new file mode 100644
index 00000000000..bf19f5d89ea
--- /dev/null
+++ b/python/test/Ice/blobject/test.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) ZeroC, Inc. All rights reserved.
+#
+
+# This test doesn't support running with IceSSL, the Router object in the client process uses
+# the client certificate and fails with "unsupported certificate purpose"
+
+TestSuite(__name__, options = { "protocol" : ["tcp"] })
+