blob: 4843fa9c6920e5f91ee270ccd4487c47d2807fd1 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
if isinstance(platform, Windows) or os.getuid() != 0:
TestSuite(__file__, [ IceGridTestCase(icegridregistry=IceGridRegistryMaster(),
client=IceGridClient()) ],
runOnMainThread=True, multihost=False)
|