X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fprototype.conf;h=34330fd5681bd7f3168f1d7b34aacecb0a0e958f;hb=3ecdd772910ed56ac8e1f01bcd683ba0a97071da;hp=ceb82e2e275bb1de4a74519ffe71d6f5b5f61e6e;hpb=ce768c07c1fec5e32eb5e81eae54a6da2d42e028;p=bacula%2Fbacula diff --git a/regress/prototype.conf b/regress/prototype.conf index ceb82e2e27..34330fd568 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -7,10 +7,8 @@ SMTP_HOST="localhost" # Full "default" path where to find sqlite (no quotes!) SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 -SQLITE_DIR=${HOME}/bacula/depkgs/sqlite # Set your database here -#WHICHDB="--with-sqlite=${SQLITE_DIR}" #WHICHDB="--with-sqlite3=${SQLITE3_DIR}" #WHICHDB="--with-postgresql" WHICHDB="--with-mysql" @@ -50,7 +48,7 @@ AUTOCHANGER_PATH="/usr/sbin/mtx" # DB parameters db_name="regress" db_user="regress" -db_password= +db_password="" # Set this if you use libdbi framework #LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432" @@ -89,13 +87,29 @@ BASEPORT=8101 # SITE_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 # also need to specify what to backup. +# There are a few Win32 tests e.g. tests/win32-test where this will +# work. You must specify the client name, its address, and a +# file (which may be a directory) on the machine to backup. +# It will be backed up and restored to c:/tmp, but no checking +# of the resulting restore data is done. # +# Client name. Note, it must be configured to accept your regress director WIN32_CLIENT="yyyy" +# Client FQDN or IP address WIN32_ADDR="yyyy" +# File or Directory to backup. This is put in the "File" directive +# in the FileSet WIN32_FILE="c:/users/xxxx" +# Port of Win32 client WIN32_PORT=9102 +# Win32 Client password WIN32_PASSWORD="zzzzz" +# Where the win32 client will have to contact the SD +WIN32_STORE_ADDR="zzzz"