blob: effb5ad107cb44dad21560d97ef6c6b81263247e (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
TestSuite(__name__, [
ClientServerTestCase("client/server #1", server=IceBox("{testdir}/config.icebox")),
ClientServerTestCase("client/server #2", server=IceBox("{testdir}/config.icebox2"))
], libDirs=["testservice"], runOnMainThread=True, options={ "protocol" : ["tcp"], "ipv6" : [False], "mx" : [False] }, multihost=False)
|