diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/test/Ice/blobject/test.py | 10 |
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"] }) + |