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.py13
1 files changed, 13 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..eda4d5ba1fc
--- /dev/null
+++ b/cpp/test/IceGrid/replication/test.py
@@ -0,0 +1,13 @@
+# -*- 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: { "ServerDir" : current.getBuildDir("server") }
+
+TestSuite(__file__, [ IceGridTestCase(client=IceGridClient(props=clientProps)) ], runOnMainThread=True, multihost=False) \ No newline at end of file