summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/threadPoolPriority/test.py
blob: 4bd3ab451d124d25ee0ff8681f2d832ea66b0a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************

if not isinstance(platform, Darwin) and (isinstance(platform, Windows) or os.getuid() == 0):
    TestSuite(__file__, [
        ClientServerTestCase(),
        ClientServerTestCase(name="client/custom server", server="servercustom")
    ], options={ "mx" : [False] })