From: Eric Bollengier Date: Sun, 27 Feb 2011 14:45:30 +0000 (+0100) Subject: regress: Add variables in prototype.conf for remote test X-Git-Tag: Release-5.2.1~605 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=87fab9f540fe23e0551019e05f83a31b86bd0b49;p=bacula%2Fbacula regress: Add variables in prototype.conf for remote test --- diff --git a/regress/prototype.conf b/regress/prototype.conf index f734facb89..f6d659d504 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -115,3 +115,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"