diff options
author | Jose <jose@zeroc.com> | 2014-04-18 18:31:48 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-04-18 18:31:48 +0200 |
commit | e7333297345efda9379045495d17aadb571ddd50 (patch) | |
tree | 5bfa86a78d29665e1ef50a9575b76114be1145e1 /cpp/test/IceGrid/replication/run.py | |
parent | Fixed replicaGroup test issue (diff) | |
download | ice-e7333297345efda9379045495d17aadb571ddd50.tar.bz2 ice-e7333297345efda9379045495d17aadb571ddd50.tar.xz ice-e7333297345efda9379045495d17aadb571ddd50.zip |
Fixed (ICE-4858) - Eliminate IceDB
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 7eaf043ea00..c8d09bdf624 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -22,16 +22,7 @@ import TestUtil, IceGridAdmin TestUtil.addLdPath(os.getcwd()) -if TestUtil.sqlType != None and TestUtil.sqlType != "QSQLITE": - print("*** This test only supports Freeze or SQLite databases") - sys.exit(0) - variables = "properties-override='%s'" % IceGridAdmin.iceGridNodePropertiesOverride() -if TestUtil.sqlType != None: - variables += " db-plugin=IceGridSqlDB:createSqlDB" -else: - variables += " db-plugin=IceGridFreezeDB:createFreezeDB" - IceGridAdmin.iceGridTest("application.xml", '--IceDir="%s" --TestDir="%s"' % (TestUtil.toplevel, os.getcwd()), variables) |