summaryrefslogtreecommitdiff
path: root/scripts/tests/IceBox/configuration.py
blob: 483de29a281a7b012fa4c68b2a001917f1250811 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
# **********************************************************************
#
# Copyright (c) 2003-present 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)