summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/allocation/test.py
blob: 82b990c9c418acb8c14e3e4d6025fa6bdcd8d15b (plain)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#

if isinstance(platform, Windows) or os.getuid() != 0:
    TestSuite(__file__, [IceGridTestCase(exevars={ "verifier.dir": "verifier" })], runOnMainThread=True, multihost=False)