diff options
Diffstat (limited to 'scripts/tests/Ice/metrics.py')
-rw-r--r-- | scripts/tests/Ice/metrics.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/tests/Ice/metrics.py b/scripts/tests/Ice/metrics.py new file mode 100644 index 00000000000..e81bc4b22af --- /dev/null +++ b/scripts/tests/Ice/metrics.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +# ********************************************************************** +# +# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +TestSuite(__name__, options = { "ipv6" : [False], "compress": [False], "protocol" : ["tcp", "ssl"] }, multihost=False) |