diff GenerateConfigurationForTests.py @ 430:9430b5728ca0

added ODBC in GenerateConfigurationForTests.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 14:37:31 +0200
parents 19154b57d0ae
children e769bcf2b94f
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Thu Jul 22 22:00:11 2021 +0200
+++ b/GenerateConfigurationForTests.py	Thu Aug 12 14:37:31 2021 +0200
@@ -206,6 +206,15 @@
     'MaximumConnectionRetries' : 7,
 }
 
+config['Odbc'] = {
+    'EnableIndex' : True,
+    'EnableStorage' : True,
+    'IndexConnectionString' : 'DSN=test',
+    'StorageConnectionString' : 'DSN=storage',
+    'IndexConnectionsCount' : 1,
+    'MaximumConnectionRetries' : 7,
+}
+
 
 
 # Enable case-insensitive PN (the default on versions <= 0.8.6)