]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Tweak functions.pm
[bacula/bacula] / regress / prototype.conf
index ace6b55fba93ad45a0a2855f317ceaa7d4b496fb..418ac8efc36b3738f4e5d4529d81b8ecd33da461 100644 (file)
@@ -1,3 +1,6 @@
+# Set this to the make option (usually -j3 or higher)
+MAKEOPT=
+
 # Where to get the source to be tested
 BACULA_SOURCE="${HOME}/bacula/bacula"
 
@@ -8,10 +11,12 @@ SMTP_HOST="localhost"
 # Full "default" path where to find sqlite (no quotes!)
 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 
+# Set what backend to use "postresql" "mysql" or "sqlite3"
+DBTYPE="postgresql"
+
 # Set your database here
-#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
-#WHICHDB="--with-postgresql"
-WHICHDB="--with-mysql" 
+#WHICHDB="--with-${DBTYPE}=${SQLITE3_DIR}"
+WHICHDB="--with-${DBTYPE}" 
 
 # set to /dev/null if you do not have a tape drive
 # Note this is used for both the tape tests and the
@@ -87,6 +92,9 @@ BASEPORT=8101
 #
 SITE_NAME=<your-name>-bacula-${HOST}
 
+# If you want to use the full source tree to run test uncomment this
+# KEEP_SOURCE=yes
+
 #
 # The following are used only if you want to run Win32 tests, which
 #   is a real pain since the Win32 machine is not localhost and you
@@ -110,3 +118,26 @@ WIN32_PORT=9102
 WIN32_PASSWORD="zzzzz"
 # Where the win32 client will have to contact the SD
 WIN32_STORE_ADDR="zzzz"
+# To setup autologon and regress-win32.pl start
+# User name
+WIN32_USER=Administrator
+# Admin password
+WIN32_PASS=PasswordWin
+
+#
+# Testing remote FD
+#
+
+# Client name. Note, it must be configured to accept your regress director
+REMOTE_CLIENT="yyyy"
+# Client FQDN or IP address
+REMOTE_ADDR="yyyy"
+# File or Directory to backup.  This is put in the "File" directive 
+#   in the FileSet
+REMOTE_FILE="/tmp"
+# Port of Win32 client
+REMOTE_PORT=9102
+# Win32 Client password
+REMOTE_PASSWORD="zzzzz"
+# Where the win32 client will have to contact the SD
+REMOTE_STORE_ADDR="zzzz"