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

if isinstance(platform, Windows) or os.getuid() != 0:
    TestSuite(__file__, [IceGridTestCase()], multihost=False)