summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/replication/test.py')
-rw-r--r--cpp/test/IceGrid/replication/test.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/replication/test.py b/cpp/test/IceGrid/replication/test.py
new file mode 100644
index 00000000000..984b83bc069
--- /dev/null
+++ b/cpp/test/IceGrid/replication/test.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+# **********************************************************************
+#
+# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+#
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
+#
+# **********************************************************************
+
+clientProps = lambda process, current: {
+ "IceDir" : toplevel,
+ "ServerDir" : current.getBuildDir("server"),
+}
+
+TestSuite(__file__, [ IceGridTestCase(client=IceGridClient(props=clientProps)) ], runOnMainThread=True, multihost=False) \ No newline at end of file